Html Css Color HEX #AAB6DA Perano

📋 copy color: '#AAB6DA'

red 170 ◦ green 182 ◦ blue 218

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

Shades of Perano #AAB6DA

Tints of Perano #AAB6DA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.93%

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 29.82%
G = 31.93%
B = 38.25%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAB6DA (or 0xAAB6DA) is known color: Perano. HEX triplet: AA, B6 and DA. RGB value is (170,182,218). Sum of RGB (Red+Green+Blue) = 170+182+218=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAB6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6DA is #554925. Grayscale: #B6B6B6. Windows color (decimal): -5589286 or 14333610. OLE color: 14333610.

HSL color Cylindrical-coordinate representation of color #AAB6DA: hue angle of 225º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB6DA is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 182 218 -
CMYK 0.22 0.17 0 0.15
HSL 225º 0.39% 0.76% -
HSV(B) 225º 0.22% 0.85% -
XYZ 45.96 47.06 72.99 -
YUV 182.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 170 182 218 0.22 0.17 0 0.15 225 0.39 0.76
Hex AA B6 DA 16 11 0 F E1 27 4C
Octal 252 266 332 26 21 0 17 341 47 114
Binary 10101010 10110110 11011010 10110 10001 0 1111 11100001 100111 1001100

Color Harmonies of #AAB6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6DA

Black with #AAB6DA

Text Example


Text Example

White with #AAB6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6DA; }

 p { color: rgb(170,182,218); }

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

background-color css

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

 a { background-color: rgb(170,182,218); }

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

border-color css

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

 span { border-color: rgb(170,182,218); }

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