#A4B9FF

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

Shades of Perano #A4B9FF

Tints of Perano #A4B9FF

Color information

#A4B9FF (or 0xA4B9FF) is unknown color: approx Perano. HEX triplet: A4, B9 and FF. RGB value is (164,185,255). Sum of RGB (Red+Green+Blue) = 164+185+255=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4B9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B9FF is #5B4600. Grayscale: #BABABA. Windows color (decimal): -5981697 or 16759204. OLE color: 16759204.

HSL color Cylindrical-coordinate representation of color #A4B9FF: hue angle of 226.15º 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 #A4B9FF is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164185255-
CMYK0.360.2700
HSL226.15º100%82.16%-
HSV(B)226.15º35.69%100%-
XYZ50.7149.81101.55-
YUV186.7166.54111.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.15%
GREEN value IS 185 (72.66% from 255) = 30.63%
BLUE value IS 255 (100% from 255) = 42.22%
R=27.15%
G=30.63%
B=42.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641852550.360.2700226.1510082.16
HexA4B9FF241B00e26452
Octal244271377443300342144122
Binary10100100101110011111111110010011011001110001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B9FF; }

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

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

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

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

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

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

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

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