#A4AFFA

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

Shades of Perano #A4AFFA

Tints of Perano #A4AFFA

Color information

#A4AFFA (or 0xA4AFFA) is unknown color: approx Perano. HEX triplet: A4, AF and FA. RGB value is (164,175,250). Sum of RGB (Red+Green+Blue) = 164+175+250=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AFFA is #5B5005. Grayscale: #B3B3B3. Windows color (decimal): -5984262 or 16428964. OLE color: 16428964.

HSL color Cylindrical-coordinate representation of color #A4AFFA: hue angle of 232.33º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4AFFA is Cyan = 0.34, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164175250-
CMYK0.340.300.02
HSL232.33º89.58%81.18%-
HSV(B)232.33º34.4%98.04%-
XYZ47.945.4596.69-
YUV180.26167.36116.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.84%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=27.84%
G=29.71%
B=42.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641752500.340.300.02232.3389.5881.18
HexA4AFFA221E02e85a51
Octal244257372423602350132121
Binary101001001010111111111010100010111100101110100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFFA; }

 p { color: rgb(164,175,250); }

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

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

 a { background-color: rgb(164,175,250); }

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

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

 span { border-color: rgb(164,175,250); }

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