Html Css Color HEX #AAB1DF Perano

📋 copy color: '#AAB1DF'

red 170 ◦ green 177 ◦ blue 223

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

Shades of Perano #AAB1DF

Tints of Perano #AAB1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 29.82%
G = 31.05%
B = 39.12%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAB1DF (or 0xAAB1DF) is known color: Perano. HEX triplet: AA, B1 and DF. RGB value is (170,177,223). Sum of RGB (Red+Green+Blue) = 170+177+223=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1DF is #554E20. Grayscale: #B3B3B3. Windows color (decimal): -5590561 or 14660010. OLE color: 14660010.

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

Color convert

RGB 170 177 223 -
CMYK 0.24 0.21 0 0.13
HSL 232.08º 0.45% 0.77% -
HSV(B) 232.08º 0.24% 0.87% -
XYZ 45.62 45.32 76.15 -
YUV 180.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 170 177 223 0.24 0.21 0 0.13 232.08 0.45 0.77
Hex AA B1 DF 18 15 0 D E8 2D 4D
Octal 252 261 337 30 25 0 15 350 55 115
Binary 10101010 10110001 11011111 11000 10101 0 1101 11101000 101101 1001101

Color Harmonies of #AAB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1DF

Black with #AAB1DF

Text Example


Text Example

White with #AAB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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