Html Css Color HEX #A9AEDB Perano

📋 copy color: '#A9AEDB'

red 169 ◦ green 174 ◦ blue 219

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

Shades of Perano #A9AEDB

Tints of Perano #A9AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.96%

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

R = 30.07%
G = 30.96%
B = 38.97%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9AEDB (or 0xA9AEDB) is known color: Perano. HEX triplet: A9, AE and DB. RGB value is (169,174,219). Sum of RGB (Red+Green+Blue) = 169+174+219=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEDB is #565124. Grayscale: #B1B1B1. Windows color (decimal): -5656869 or 14397097. OLE color: 14397097.

HSL color Cylindrical-coordinate representation of color #A9AEDB: hue angle of 234º 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 #A9AEDB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 174 219 -
CMYK 0.23 0.21 0 0.14
HSL 234º 0.41% 0.76% -
HSV(B) 234º 0.23% 0.86% -
XYZ 44.28 43.82 73.14 -
YUV 177.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 169 174 219 0.23 0.21 0 0.14 234 0.41 0.76
Hex A9 AE DB 17 15 0 E EA 29 4C
Octal 251 256 333 27 25 0 16 352 51 114
Binary 10101001 10101110 11011011 10111 10101 0 1110 11101010 101001 1001100

Color Harmonies of #A9AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AEDB

Black with #A9AEDB

Text Example


Text Example

White with #A9AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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