Html Css Color HEX #A9B1E9 Perano

📋 copy color: '#A9B1E9'

red 169 ◦ green 177 ◦ blue 233

#A9B1E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A9B1E9

Tints of Perano #A9B1E9

RGB

 RED value IS 169 (66.41% from 255) = 29.19%

 GREEN value IS 177 (69.53% from 255) = 30.57%

 BLUE value IS 233 (91.41% from 255) = 40.24%

R = 29.19%
G = 30.57%
B = 40.24%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A9B1E9 (or 0xA9B1E9) is known color: Perano. HEX triplet: A9, B1 and E9. RGB value is (169,177,233). Sum of RGB (Red+Green+Blue) = 169+177+233=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #A9B1E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B1E9 is #564E16. Grayscale: #B4B4B4. Windows color (decimal): -5656087 or 15315369. OLE color: 15315369.

HSL color Cylindrical-coordinate representation of color #A9B1E9: hue angle of 232.5º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9B1E9 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 177 233 -
CMYK 0.27 0.24 0 0.09
HSL 232.5º 0.59% 0.79% -
HSV(B) 232.5º 0.27% 0.91% -
XYZ 46.79 45.76 83.46 -
YUV 180.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 169 177 233 0.27 0.24 0 0.09 232.5 0.59 0.79
Hex A9 B1 E9 1B 18 0 9 E8 3B 4F
Octal 251 261 351 33 30 0 11 350 73 117
Binary 10101001 10110001 11101001 11011 11000 0 1001 11101000 111011 1001111

Color Harmonies of #A9B1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B1E9

Black with #A9B1E9

Text Example


Text Example

White with #A9B1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B1E9; }

 p { color: rgb(169,177,233); }

 H1.HeaderClassName
 {
   color: #A9B1E9;
 }
 .AnyTagClassName
 {
   color: #A9B1E9;
 }
</style>

background-color css

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

 a { background-color: rgb(169,177,233); }

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

border-color css

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

 span { border-color: rgb(169,177,233); }

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