#A9B4FF

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

Shades of Perano #A9B4FF

Tints of Perano #A9B4FF

Color information

#A9B4FF (or 0xA9B4FF) is unknown color: approx Perano. HEX triplet: A9, B4 and FF. RGB value is (169,180,255). Sum of RGB (Red+Green+Blue) = 169+180+255=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 180 (70.70% from 255 or 29.80% 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 #A9B4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B4FF is #564B00. Grayscale: #B8B8B8. Windows color (decimal): -5655297 or 16757929. OLE color: 16757929.

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

Color convert

RGB169180255-
CMYK0.340.2900
HSL232.33º100%83.14%-
HSV(B)232.33º33.73%100%-
XYZ50.7348.3101.26-
YUV185.26167.36116.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.98%
GREEN value IS 180 (70.70% from 255) = 29.80%
BLUE value IS 255 (100% from 255) = 42.22%
R=27.98%
G=29.80%
B=42.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691802550.340.2900232.3310083.14
HexA9B4FF221D00e86453
Octal251264377423500350144123
Binary10101001101101001111111110001011101001110100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B4FF; }

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

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

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

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

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

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

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

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