Html Css Color HEX #A4ACC7 Echo Blue

📋 copy color: '#A4ACC7'

red 164 ◦ green 172 ◦ blue 199

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

Shades of Echo Blue #A4ACC7

Tints of Echo Blue #A4ACC7

RGB

 RED value IS 164 (64.45% from 255) = 30.65%

 GREEN value IS 172 (67.58% from 255) = 32.15%

 BLUE value IS 199 (78.13% from 255) = 37.2%

R = 30.65%
G = 32.15%
B = 37.2%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A4ACC7 (or 0xA4ACC7) is known color: Echo Blue. HEX triplet: A4, AC and C7. RGB value is (164,172,199). Sum of RGB (Red+Green+Blue) = 164+172+199=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 199 - color contains mainly: blue. Hex color #A4ACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACC7 is #5B5338. Grayscale: #ACACAC. Windows color (decimal): -5985081 or 13085860. OLE color: 13085860.

HSL color Cylindrical-coordinate representation of color #A4ACC7: hue angle of 226.29º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4ACC7 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 172 199 -
CMYK 0.18 0.14 0 0.22
HSL 226.29º 0.24% 0.71% -
HSV(B) 226.29º 0.18% 0.78% -
XYZ 40.37 41.52 59.92 -
YUV 172.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 164 172 199 0.18 0.14 0 0.22 226.29 0.24 0.71
Hex A4 AC C7 12 E 0 16 E2 18 47
Octal 244 254 307 22 16 0 26 342 30 107
Binary 10100100 10101100 11000111 10010 1110 0 10110 11100010 11000 1000111

Color Harmonies of #A4ACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ACC7

Black with #A4ACC7

Text Example


Text Example

White with #A4ACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ACC7; }

 p { color: rgb(164,172,199); }

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

background-color css

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

 a { background-color: rgb(164,172,199); }

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

border-color css

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

 span { border-color: rgb(164,172,199); }

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