Html Css Color HEX #A2AFDC Echo Blue

📋 copy color: '#A2AFDC'

red 162 ◦ green 175 ◦ blue 220

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

Shades of Echo Blue #A2AFDC

Tints of Echo Blue #A2AFDC

RGB

 RED value IS 162 (63.67% from 255) = 29.08%

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

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 29.08%
G = 31.42%
B = 39.5%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A2AFDC (or 0xA2AFDC) is known color: Echo Blue. HEX triplet: A2, AF and DC. RGB value is (162,175,220). Sum of RGB (Red+Green+Blue) = 162+175+220=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFDC is #5D5023. Grayscale: #B0B0B0. Windows color (decimal): -6115364 or 14462882. OLE color: 14462882.

HSL color Cylindrical-coordinate representation of color #A2AFDC: hue angle of 226.55º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2AFDC is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 175 220 -
CMYK 0.26 0.20 0 0.14
HSL 226.55º 0.45% 0.75% -
HSV(B) 226.55º 0.26% 0.86% -
XYZ 43.15 43.51 73.83 -
YUV 176.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 162 175 220 0.26 0.20 0 0.14 226.55 0.45 0.75
Hex A2 AF DC 1A 14 0 E E3 2D 4B
Octal 242 257 334 32 24 0 16 343 55 113
Binary 10100010 10101111 11011100 11010 10100 0 1110 11100011 101101 1001011

Color Harmonies of #A2AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AFDC

Black with #A2AFDC

Text Example


Text Example

White with #A2AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AFDC; }

 p { color: rgb(162,175,220); }

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

background-color css

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

 a { background-color: rgb(162,175,220); }

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

border-color css

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

 span { border-color: rgb(162,175,220); }

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