Html Css Color HEX #AAAFE7 Perano

📋 copy color: '#AAAFE7'

red 170 ◦ green 175 ◦ blue 231

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

Shades of Perano #AAAFE7

Tints of Perano #AAAFE7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.38%

 BLUE value IS 231 (90.63% from 255) = 40.1%

R = 29.51%
G = 30.38%
B = 40.1%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAAFE7 (or 0xAAAFE7) is known color: Perano. HEX triplet: AA, AF and E7. RGB value is (170,175,231). Sum of RGB (Red+Green+Blue) = 170+175+231=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAAFE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAFE7 is #555018. Grayscale: #B3B3B3. Windows color (decimal): -5591065 or 15183786. OLE color: 15183786.

HSL color Cylindrical-coordinate representation of color #AAAFE7: hue angle of 235.08º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAAFE7 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 175 231 -
CMYK 0.26 0.24 0 0.09
HSL 235.08º 0.56% 0.79% -
HSV(B) 235.08º 0.26% 0.91% -
XYZ 46.33 44.98 81.84 -
YUV 179.89 156.84 120.95 -
System Red Green Blue C M Y K H S L
Decimal 170 175 231 0.26 0.24 0 0.09 235.08 0.56 0.79
Hex AA AF E7 1A 18 0 9 EB 38 4F
Octal 252 257 347 32 30 0 11 353 70 117
Binary 10101010 10101111 11100111 11010 11000 0 1001 11101011 111000 1001111

Color Harmonies of #AAAFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAFE7

Black with #AAAFE7

Text Example


Text Example

White with #AAAFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAFE7; }

 p { color: rgb(170,175,231); }

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

background-color css

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

 a { background-color: rgb(170,175,231); }

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

border-color css

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

 span { border-color: rgb(170,175,231); }

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