Html Css Color HEX #A0A8CA Echo Blue

📋 copy color: '#A0A8CA'

red 160 ◦ green 168 ◦ blue 202

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

Shades of Echo Blue #A0A8CA

Tints of Echo Blue #A0A8CA

RGB

 RED value IS 160 (62.89% from 255) = 30.19%

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

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 30.19%
G = 31.7%
B = 38.11%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A0A8CA (or 0xA0A8CA) is known color: Echo Blue. HEX triplet: A0, A8 and CA. RGB value is (160,168,202). Sum of RGB (Red+Green+Blue) = 160+168+202=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A8CA is #5F5735. Grayscale: #A9A9A9. Windows color (decimal): -6248246 or 13281440. OLE color: 13281440.

HSL color Cylindrical-coordinate representation of color #A0A8CA: hue angle of 228.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0A8CA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 168 202 -
CMYK 0.21 0.17 0 0.21
HSL 228.57º 0.28% 0.71% -
HSV(B) 228.57º 0.21% 0.79% -
XYZ 39.16 39.74 61.48 -
YUV 169.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 160 168 202 0.21 0.17 0 0.21 228.57 0.28 0.71
Hex A0 A8 CA 15 11 0 15 E5 1C 47
Octal 240 250 312 25 21 0 25 345 34 107
Binary 10100000 10101000 11001010 10101 10001 0 10101 11100101 11100 1000111

Color Harmonies of #A0A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A8CA

Black with #A0A8CA

Text Example


Text Example

White with #A0A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A8CA; }

 p { color: rgb(160,168,202); }

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

background-color css

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

 a { background-color: rgb(160,168,202); }

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

border-color css

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

 span { border-color: rgb(160,168,202); }

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