#A5ACE2

Color #A5ACE2 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A5ACE2

Tints of Perano #A5ACE2

Color information

#A5ACE2 (or 0xA5ACE2) is unknown color: approx Perano. HEX triplet: A5, AC and E2. RGB value is (165,172,226). Sum of RGB (Red+Green+Blue) = 165+172+226=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 226 (88.67% from 255 or 40.14% from 563); Max value from RGB is 226 - color contains mainly: blue. Hex color #A5ACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACE2 is #5A531D. Grayscale: #AFAFAF. Windows color (decimal): -5919518 or 14855333. OLE color: 14855333.

HSL color Cylindrical-coordinate representation of color #A5ACE2: hue angle of 233.11º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5ACE2 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165172226-
CMYK0.270.2400.11
HSL233.11º51.26%76.67%-
HSV(B)233.11º26.99%88.63%-
XYZ444377.93-
YUV176.06156.18120.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 29.31%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 226 (88.67% from 255) = 40.14%
R=29.31%
G=30.55%
B=40.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651722260.270.2400.11233.1151.2676.67
HexA5ACE21B180Be9334d
Octal245254342333001335163115
Binary101001011010110011100010110111100001011111010011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACE2; }

 p { color: rgb(165,172,226); }

 H1.HeaderClassName
 {
   color: #A5ACE2;
 }
 .AnyTagClassName
 {
   color: #A5ACE2;
 }
</style>
background-color css

<style>
 a { background-color: #A5ACE2; }

 a { background-color: rgb(165,172,226); }

 div.DivClassName
 {
   background-color: #A5ACE2;
 }
 .BgClassName
 {
   background-color: #A5ACE2;
 }
</style>
border-color css

<style>
 span { border-color: #A5ACE2; }

 span { border-color: rgb(165,172,226); }

 td.TdClassName
 {
   border-color: #A5ACE2;
 }
 .TagClassName
 {
   border-color: #A5ACE2;
 }
</style>