Html Css Color HEX #A7AFC0 Echo Blue

📋 copy color: '#A7AFC0'

red 167 ◦ green 175 ◦ blue 192

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

Shades of Echo Blue #A7AFC0

Tints of Echo Blue #A7AFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.96%

R = 31.27%
G = 32.77%
B = 35.96%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A7AFC0 (or 0xA7AFC0) is known color: Echo Blue. HEX triplet: A7, AF and C0. RGB value is (167,175,192). Sum of RGB (Red+Green+Blue) = 167+175+192=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #A7AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AFC0 is #58503F. Grayscale: #AEAEAE. Windows color (decimal): -5787712 or 12627879. OLE color: 12627879.

HSL color Cylindrical-coordinate representation of color #A7AFC0: hue angle of 220.8º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7AFC0 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 175 192 -
CMYK 0.13 0.09 0 0.25
HSL 220.8º 0.17% 0.7% -
HSV(B) 220.8º 0.13% 0.75% -
XYZ 40.78 42.68 55.96 -
YUV 174.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 167 175 192 0.13 0.09 0 0.25 220.8 0.17 0.7
Hex A7 AF C0 D 9 0 19 DD 11 46
Octal 247 257 300 15 11 0 31 335 21 106
Binary 10100111 10101111 11000000 1101 1001 0 11001 11011101 10001 1000110

Color Harmonies of #A7AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AFC0

Black with #A7AFC0

Text Example


Text Example

White with #A7AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AFC0; }

 p { color: rgb(167,175,192); }

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

background-color css

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

 a { background-color: rgb(167,175,192); }

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

border-color css

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

 span { border-color: rgb(167,175,192); }

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