#A4ACFF

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

Shades of Perano #A4ACFF

Tints of Perano #A4ACFF

Color information

#A4ACFF (or 0xA4ACFF) is unknown color: approx Perano. HEX triplet: A4, AC and FF. RGB value is (164,172,255). Sum of RGB (Red+Green+Blue) = 164+172+255=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ACFF is #5B5300. Grayscale: #B2B2B2. Windows color (decimal): -5985025 or 16755876. OLE color: 16755876.

HSL color Cylindrical-coordinate representation of color #A4ACFF: hue angle of 234.73º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4ACFF is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164172255-
CMYK0.360.3300
HSL234.73º100%82.16%-
HSV(B)234.73º35.69%100%-
XYZ48.1144.62100.68-
YUV179.07170.85117.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.75%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 255 (100% from 255) = 43.15%
R=27.75%
G=29.10%
B=43.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641722550.360.3300234.7310082.16
HexA4ACFF242100eb6452
Octal244254377444100353144122
Binary101001001010110011111111100100100001001110101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACFF; }

 p { color: rgb(164,172,255); }

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

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

 a { background-color: rgb(164,172,255); }

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

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

 span { border-color: rgb(164,172,255); }

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