Html Css Color HEX #A7AAE4 Perano

📋 copy color: '#A7AAE4'

red 167 ◦ green 170 ◦ blue 228

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

Shades of Perano #A7AAE4

Tints of Perano #A7AAE4

RGB

 RED value IS 167 (65.63% from 255) = 29.56%

 GREEN value IS 170 (66.8% from 255) = 30.09%

 BLUE value IS 228 (89.45% from 255) = 40.35%

R = 29.56%
G = 30.09%
B = 40.35%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A7AAE4 (or 0xA7AAE4) is known color: Perano. HEX triplet: A7, AA and E4. RGB value is (167,170,228). Sum of RGB (Red+Green+Blue) = 167+170+228=565 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.56% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #A7AAE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AAE4 is #58551B. Grayscale: #AFAFAF. Windows color (decimal): -5788956 or 14985895. OLE color: 14985895.

HSL color Cylindrical-coordinate representation of color #A7AAE4: hue angle of 237.05º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7AAE4 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 170 228 -
CMYK 0.27 0.25 0 0.11
HSL 237.05º 0.53% 0.77% -
HSV(B) 237.05º 0.27% 0.89% -
XYZ 44.31 42.57 79.28 -
YUV 175.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 167 170 228 0.27 0.25 0 0.11 237.05 0.53 0.77
Hex A7 AA E4 1B 19 0 B ED 35 4D
Octal 247 252 344 33 31 0 13 355 65 115
Binary 10100111 10101010 11100100 11011 11001 0 1011 11101101 110101 1001101

Color Harmonies of #A7AAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AAE4

Black with #A7AAE4

Text Example


Text Example

White with #A7AAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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