Html Css Color HEX #AAA8EE Perano

📋 copy color: '#AAA8EE'

red 170 ◦ green 168 ◦ blue 238

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

Shades of Perano #AAA8EE

Tints of Perano #AAA8EE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.17%

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

R = 29.51%
G = 29.17%
B = 41.32%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAA8EE (or 0xAAA8EE) is known color: Perano. HEX triplet: AA, A8 and EE. RGB value is (170,168,238). Sum of RGB (Red+Green+Blue) = 170+168+238=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAA8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA8EE is #555711. Grayscale: #B0B0B0. Windows color (decimal): -5592850 or 15640746. OLE color: 15640746.

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

Color convert

RGB 170 168 238 -
CMYK 0.29 0.29 0 0.07
HSL 241.71º 0.67% 0.8% -
HSV(B) 241.71º 0.29% 0.93% -
XYZ 46.01 42.72 86.71 -
YUV 176.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 170 168 238 0.29 0.29 0 0.07 241.71 0.67 0.8
Hex AA A8 EE 1D 1D 0 7 F2 43 50
Octal 252 250 356 35 35 0 7 362 103 120
Binary 10101010 10101000 11101110 11101 11101 0 111 11110010 1000011 1010000

Color Harmonies of #AAA8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA8EE

Black with #AAA8EE

Text Example


Text Example

White with #AAA8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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