Html Css Color HEX #AAB2FF Perano

📋 copy color: '#AAB2FF'

red 170 ◦ green 178 ◦ blue 255

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

Shades of Perano #AAB2FF

Tints of Perano #AAB2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.29%

R = 28.19%
G = 29.52%
B = 42.29%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAB2FF (or 0xAAB2FF) is known color: Perano. HEX triplet: AA, B2 and FF. RGB value is (170,178,255). Sum of RGB (Red+Green+Blue) = 170+178+255=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2FF is #554D00. Grayscale: #B8B8B8. Windows color (decimal): -5590273 or 16757418. OLE color: 16757418.

HSL color Cylindrical-coordinate representation of color #AAB2FF: hue angle of 234.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB2FF is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 178 255 -
CMYK 0.33 0.30 0 0
HSL 234.35º 1% 0.83% -
HSV(B) 234.35º 0.33% 1% -
XYZ 50.55 47.61 101.13 -
YUV 184.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 170 178 255 0.33 0.30 0 0 234.35 1 0.83
Hex AA B2 FF 21 1E 0 0 EA 64 53
Octal 252 262 377 41 36 0 0 352 144 123
Binary 10101010 10110010 11111111 100001 11110 0 0 11101010 1100100 1010011

Color Harmonies of #AAB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2FF

Black with #AAB2FF

Text Example


Text Example

White with #AAB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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