Html Css Color HEX #AAA7EE Perano

📋 copy color: '#AAA7EE'

red 170 ◦ green 167 ◦ blue 238

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

Shades of Perano #AAA7EE

Tints of Perano #AAA7EE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.04%

 BLUE value IS 238 (93.36% from 255) = 41.39%

R = 29.57%
G = 29.04%
B = 41.39%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAA7EE (or 0xAAA7EE) is known color: Perano. HEX triplet: AA, A7 and EE. RGB value is (170,167,238). Sum of RGB (Red+Green+Blue) = 170+167+238=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAA7EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA7EE is #555811. Grayscale: #AFAFAF. Windows color (decimal): -5593106 or 15640490. OLE color: 15640490.

HSL color Cylindrical-coordinate representation of color #AAA7EE: hue angle of 242.54º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAA7EE is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 167 238 -
CMYK 0.29 0.30 0 0.07
HSL 242.54º 0.68% 0.79% -
HSV(B) 242.54º 0.3% 0.93% -
XYZ 45.83 42.36 86.65 -
YUV 175.99 162.99 123.73 -
System Red Green Blue C M Y K H S L
Decimal 170 167 238 0.29 0.30 0 0.07 242.54 0.68 0.79
Hex AA A7 EE 1D 1E 0 7 F3 44 4F
Octal 252 247 356 35 36 0 7 363 104 117
Binary 10101010 10100111 11101110 11101 11110 0 111 11110011 1000100 1001111

Color Harmonies of #AAA7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA7EE

Black with #AAA7EE

Text Example


Text Example

White with #AAA7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA7EE; }

 p { color: rgb(170,167,238); }

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

background-color css

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

 a { background-color: rgb(170,167,238); }

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

border-color css

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

 span { border-color: rgb(170,167,238); }

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