#A4AFFB

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

Shades of Perano #A4AFFB

Tints of Perano #A4AFFB

Color information

#A4AFFB (or 0xA4AFFB) is unknown color: approx Perano. HEX triplet: A4, AF and FB. RGB value is (164,175,251). Sum of RGB (Red+Green+Blue) = 164+175+251=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4AFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AFFB is #5B5004. Grayscale: #B4B4B4. Windows color (decimal): -5984261 or 16494500. OLE color: 16494500.

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

Color convert

RGB164175251-
CMYK0.350.3000.02
HSL232.41º91.58%81.37%-
HSV(B)232.41º34.66%98.43%-
XYZ48.0545.5297.52-
YUV180.38167.86116.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.80%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=27.80%
G=29.66%
B=42.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641752510.350.3000.02232.4191.5881.37
HexA4AFFB231E02e85c51
Octal244257373433602350134121
Binary101001001010111111111011100011111100101110100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFFB; }

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

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

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

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

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

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

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

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