Html Css Color HEX #AAAFDB Perano

📋 copy color: '#AAAFDB'

red 170 ◦ green 175 ◦ blue 219

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

Shades of Perano #AAAFDB

Tints of Perano #AAAFDB

RGB

 RED value IS 170 (66.8% from 255) = 30.14%

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

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

R = 30.14%
G = 31.03%
B = 38.83%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAAFDB (or 0xAAAFDB) is known color: Perano. HEX triplet: AA, AF and DB. RGB value is (170,175,219). Sum of RGB (Red+Green+Blue) = 170+175+219=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFDB is #555024. Grayscale: #B2B2B2. Windows color (decimal): -5591077 or 14397354. OLE color: 14397354.

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

Color convert

RGB 170 175 219 -
CMYK 0.22 0.20 0 0.14
HSL 233.88º 0.4% 0.76% -
HSV(B) 233.88º 0.22% 0.86% -
XYZ 44.69 44.32 73.22 -
YUV 178.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 170 175 219 0.22 0.20 0 0.14 233.88 0.4 0.76
Hex AA AF DB 16 14 0 E EA 28 4C
Octal 252 257 333 26 24 0 16 352 50 114
Binary 10101010 10101111 11011011 10110 10100 0 1110 11101010 101000 1001100

Color Harmonies of #AAAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAFDB

Black with #AAAFDB

Text Example


Text Example

White with #AAAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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