Html Css Color HEX #AAB2DA Perano

📋 copy color: '#AAB2DA'

red 170 ◦ green 178 ◦ blue 218

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

Shades of Perano #AAB2DA

Tints of Perano #AAB2DA

RGB

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

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

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

R = 30.04%
G = 31.45%
B = 38.52%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAB2DA (or 0xAAB2DA) is known color: Perano. HEX triplet: AA, B2 and DA. RGB value is (170,178,218). Sum of RGB (Red+Green+Blue) = 170+178+218=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAB2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2DA is #554D25. Grayscale: #B3B3B3. Windows color (decimal): -5590310 or 14332586. OLE color: 14332586.

HSL color Cylindrical-coordinate representation of color #AAB2DA: hue angle of 230º 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 #AAB2DA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 178 218 -
CMYK 0.22 0.18 0 0.15
HSL 230º 0.39% 0.76% -
HSV(B) 230º 0.22% 0.85% -
XYZ 45.15 45.45 72.72 -
YUV 180.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 170 178 218 0.22 0.18 0 0.15 230 0.39 0.76
Hex AA B2 DA 16 12 0 F E6 27 4C
Octal 252 262 332 26 22 0 17 346 47 114
Binary 10101010 10110010 11011010 10110 10010 0 1111 11100110 100111 1001100

Color Harmonies of #AAB2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2DA

Black with #AAB2DA

Text Example


Text Example

White with #AAB2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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