Html Css Color HEX #AAB3DD Perano

📋 copy color: '#AAB3DD'

red 170 ◦ green 179 ◦ blue 221

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

Shades of Perano #AAB3DD

Tints of Perano #AAB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.4%

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

R = 29.82%
G = 31.4%
B = 38.77%

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

#AAB3DD (or 0xAAB3DD) is known color: Perano. HEX triplet: AA, B3 and DD. RGB value is (170,179,221). Sum of RGB (Red+Green+Blue) = 170+179+221=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAB3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3DD is #554C22. Grayscale: #B4B4B4. Windows color (decimal): -5590051 or 14529450. OLE color: 14529450.

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

Color convert

RGB 170 179 221 -
CMYK 0.23 0.19 0 0.13
HSL 229.41º 0.43% 0.77% -
HSV(B) 229.41º 0.23% 0.87% -
XYZ 45.75 46.01 74.88 -
YUV 181.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 170 179 221 0.23 0.19 0 0.13 229.41 0.43 0.77
Hex AA B3 DD 17 13 0 D E5 2B 4D
Octal 252 263 335 27 23 0 15 345 53 115
Binary 10101010 10110011 11011101 10111 10011 0 1101 11100101 101011 1001101

Color Harmonies of #AAB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB3DD

Black with #AAB3DD

Text Example


Text Example

White with #AAB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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