Html Css Color HEX #AAB3EA Perano

📋 copy color: '#AAB3EA'

red 170 ◦ green 179 ◦ blue 234

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

Shades of Perano #AAB3EA

Tints of Perano #AAB3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.14%

R = 29.16%
G = 30.7%
B = 40.14%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAB3EA (or 0xAAB3EA) is known color: Perano. HEX triplet: AA, B3 and EA. RGB value is (170,179,234). Sum of RGB (Red+Green+Blue) = 170+179+234=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAB3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3EA is #554C15. Grayscale: #B6B6B6. Windows color (decimal): -5590038 or 15381418. OLE color: 15381418.

HSL color Cylindrical-coordinate representation of color #AAB3EA: hue angle of 231.56º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB3EA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 179 234 -
CMYK 0.27 0.24 0 0.08
HSL 231.56º 0.6% 0.79% -
HSV(B) 231.56º 0.27% 0.92% -
XYZ 47.55 46.73 84.35 -
YUV 182.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 170 179 234 0.27 0.24 0 0.08 231.56 0.6 0.79
Hex AA B3 EA 1B 18 0 8 E8 3C 4F
Octal 252 263 352 33 30 0 10 350 74 117
Binary 10101010 10110011 11101010 11011 11000 0 1000 11101000 111100 1001111

Color Harmonies of #AAB3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB3EA

Black with #AAB3EA

Text Example


Text Example

White with #AAB3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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