Html Css Color HEX #AAB1DD Perano

📋 copy color: '#AAB1DD'

red 170 ◦ green 177 ◦ blue 221

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

Shades of Perano #AAB1DD

Tints of Perano #AAB1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.16%

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

R = 29.93%
G = 31.16%
B = 38.91%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAB1DD (or 0xAAB1DD) is known color: Perano. HEX triplet: AA, B1 and DD. RGB value is (170,177,221). Sum of RGB (Red+Green+Blue) = 170+177+221=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAB1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1DD is #554E22. Grayscale: #B3B3B3. Windows color (decimal): -5590563 or 14528938. OLE color: 14528938.

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

Color convert

RGB 170 177 221 -
CMYK 0.23 0.20 0 0.13
HSL 231.76º 0.43% 0.77% -
HSV(B) 231.76º 0.23% 0.87% -
XYZ 45.35 45.21 74.74 -
YUV 179.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 170 177 221 0.23 0.20 0 0.13 231.76 0.43 0.77
Hex AA B1 DD 17 14 0 D E8 2B 4D
Octal 252 261 335 27 24 0 15 350 53 115
Binary 10101010 10110001 11011101 10111 10100 0 1101 11101000 101011 1001101

Color Harmonies of #AAB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1DD

Black with #AAB1DD

Text Example


Text Example

White with #AAB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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