Html Css Color HEX #A9ABEF Perano

📋 copy color: '#A9ABEF'

red 169 ◦ green 171 ◦ blue 239

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

Shades of Perano #A9ABEF

Tints of Perano #A9ABEF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.53%

 BLUE value IS 239 (93.75% from 255) = 41.28%

R = 29.19%
G = 29.53%
B = 41.28%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A9ABEF (or 0xA9ABEF) is known color: Perano. HEX triplet: A9, AB and EF. RGB value is (169,171,239). Sum of RGB (Red+Green+Blue) = 169+171+239=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ABEF is #565410. Grayscale: #B1B1B1. Windows color (decimal): -5657617 or 15707049. OLE color: 15707049.

HSL color Cylindrical-coordinate representation of color #A9ABEF: hue angle of 238.29º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9ABEF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 171 239 -
CMYK 0.29 0.28 0 0.06
HSL 238.29º 0.69% 0.8% -
HSV(B) 238.29º 0.29% 0.94% -
XYZ 46.51 43.79 87.66 -
YUV 178.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 169 171 239 0.29 0.28 0 0.06 238.29 0.69 0.8
Hex A9 AB EF 1D 1C 0 6 EE 45 50
Octal 251 253 357 35 34 0 6 356 105 120
Binary 10101001 10101011 11101111 11101 11100 0 110 11101110 1000101 1010000

Color Harmonies of #A9ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ABEF

Black with #A9ABEF

Text Example


Text Example

White with #A9ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ABEF; }

 p { color: rgb(169,171,239); }

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

background-color css

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

 a { background-color: rgb(169,171,239); }

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

border-color css

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

 span { border-color: rgb(169,171,239); }

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