Html Css Color HEX #A2AFCB Echo Blue

📋 copy color: '#A2AFCB'

red 162 ◦ green 175 ◦ blue 203

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

Shades of Echo Blue #A2AFCB

Tints of Echo Blue #A2AFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 30%
G = 32.41%
B = 37.59%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A2AFCB (or 0xA2AFCB) is known color: Echo Blue. HEX triplet: A2, AF and CB. RGB value is (162,175,203). Sum of RGB (Red+Green+Blue) = 162+175+203=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFCB is #5D5034. Grayscale: #AEAEAE. Windows color (decimal): -6115381 or 13348770. OLE color: 13348770.

HSL color Cylindrical-coordinate representation of color #A2AFCB: hue angle of 220.98º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2AFCB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 175 203 -
CMYK 0.20 0.14 0 0.20
HSL 220.98º 0.28% 0.72% -
HSV(B) 220.98º 0.2% 0.8% -
XYZ 41.01 42.65 62.57 -
YUV 174.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 162 175 203 0.20 0.14 0 0.20 220.98 0.28 0.72
Hex A2 AF CB 14 E 0 14 DD 1C 48
Octal 242 257 313 24 16 0 24 335 34 110
Binary 10100010 10101111 11001011 10100 1110 0 10100 11011101 11100 1001000

Color Harmonies of #A2AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AFCB

Black with #A2AFCB

Text Example


Text Example

White with #A2AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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