Html Css Color HEX #AAB2DD Perano

📋 copy color: '#AAB2DD'

red 170 ◦ green 178 ◦ blue 221

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

Shades of Perano #AAB2DD

Tints of Perano #AAB2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.28%

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 29.88%
G = 31.28%
B = 38.84%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAB2DD (or 0xAAB2DD) is known color: Perano. HEX triplet: AA, B2 and DD. RGB value is (170,178,221). Sum of RGB (Red+Green+Blue) = 170+178+221=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAB2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2DD is #554D22. Grayscale: #B4B4B4. Windows color (decimal): -5590307 or 14529194. OLE color: 14529194.

HSL color Cylindrical-coordinate representation of color #AAB2DD: hue angle of 230.59º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB2DD is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 178 221 -
CMYK 0.23 0.19 0 0.13
HSL 230.59º 0.43% 0.77% -
HSV(B) 230.59º 0.23% 0.87% -
XYZ 45.55 45.61 74.81 -
YUV 180.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 170 178 221 0.23 0.19 0 0.13 230.59 0.43 0.77
Hex AA B2 DD 17 13 0 D E7 2B 4D
Octal 252 262 335 27 23 0 15 347 53 115
Binary 10101010 10110010 11011101 10111 10011 0 1101 11100111 101011 1001101

Color Harmonies of #AAB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2DD

Black with #AAB2DD

Text Example


Text Example

White with #AAB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2DD; }

 p { color: rgb(170,178,221); }

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

background-color css

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

 a { background-color: rgb(170,178,221); }

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

border-color css

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

 span { border-color: rgb(170,178,221); }

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