Html Css Color HEX #AAB4FF Perano

📋 copy color: '#AAB4FF'

red 170 ◦ green 180 ◦ blue 255

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

Shades of Perano #AAB4FF

Tints of Perano #AAB4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.75%

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

R = 28.1%
G = 29.75%
B = 42.15%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAB4FF (or 0xAAB4FF) is known color: Perano. HEX triplet: AA, B4 and FF. RGB value is (170,180,255). Sum of RGB (Red+Green+Blue) = 170+180+255=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4FF is #554B00. Grayscale: #B9B9B9. Windows color (decimal): -5589761 or 16757930. OLE color: 16757930.

HSL color Cylindrical-coordinate representation of color #AAB4FF: hue angle of 232.94º 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 #AAB4FF is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 180 255 -
CMYK 0.33 0.29 0 0
HSL 232.94º 1% 0.83% -
HSV(B) 232.94º 0.33% 1% -
XYZ 50.95 48.41 101.27 -
YUV 185.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 170 180 255 0.33 0.29 0 0 232.94 1 0.83
Hex AA B4 FF 21 1D 0 0 E9 64 53
Octal 252 264 377 41 35 0 0 351 144 123
Binary 10101010 10110100 11111111 100001 11101 0 0 11101001 1100100 1010011

Color Harmonies of #AAB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4FF

Black with #AAB4FF

Text Example


Text Example

White with #AAB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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