Html Css Color HEX #A9AFDB Perano

📋 copy color: '#A9AFDB'

red 169 ◦ green 175 ◦ blue 219

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

Shades of Perano #A9AFDB

Tints of Perano #A9AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.08%

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 30.02%
G = 31.08%
B = 38.9%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9AFDB (or 0xA9AFDB) is known color: Perano. HEX triplet: A9, AF and DB. RGB value is (169,175,219). Sum of RGB (Red+Green+Blue) = 169+175+219=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AFDB is #565024. Grayscale: #B2B2B2. Windows color (decimal): -5656613 or 14397353. OLE color: 14397353.

HSL color Cylindrical-coordinate representation of color #A9AFDB: hue angle of 232.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9AFDB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 175 219 -
CMYK 0.23 0.20 0 0.14
HSL 232.8º 0.41% 0.76% -
HSV(B) 232.8º 0.23% 0.86% -
XYZ 44.48 44.21 73.21 -
YUV 178.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 169 175 219 0.23 0.20 0 0.14 232.8 0.41 0.76
Hex A9 AF DB 17 14 0 E E9 29 4C
Octal 251 257 333 27 24 0 16 351 51 114
Binary 10101001 10101111 11011011 10111 10100 0 1110 11101001 101001 1001100

Color Harmonies of #A9AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AFDB

Black with #A9AFDB

Text Example


Text Example

White with #A9AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AFDB; }

 p { color: rgb(169,175,219); }

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

background-color css

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

 a { background-color: rgb(169,175,219); }

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

border-color css

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

 span { border-color: rgb(169,175,219); }

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