#A9B2FF

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

Shades of Perano #A9B2FF

Tints of Perano #A9B2FF

Color information

#A9B2FF (or 0xA9B2FF) is unknown color: approx Perano. HEX triplet: A9, B2 and FF. RGB value is (169,178,255). Sum of RGB (Red+Green+Blue) = 169+178+255=602 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.07% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B2FF is #564D00. Grayscale: #B7B7B7. Windows color (decimal): -5655809 or 16757417. OLE color: 16757417.

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

Color convert

RGB169178255-
CMYK0.340.3000
HSL233.72º100%83.14%-
HSV(B)233.72º33.73%100%-
XYZ50.3347.5101.12-
YUV184.09168.02117.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.07%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 255 (100% from 255) = 42.36%
R=28.07%
G=29.57%
B=42.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691782550.340.3000233.7210083.14
HexA9B2FF221E00ea6453
Octal251262377423600352144123
Binary10101001101100101111111110001011110001110101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B2FF; }

 p { color: rgb(169,178,255); }

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

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

 a { background-color: rgb(169,178,255); }

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

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

 span { border-color: rgb(169,178,255); }

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