Html Css Color HEX #A1A6CB Echo Blue

📋 copy color: '#A1A6CB'

red 161 ◦ green 166 ◦ blue 203

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

Shades of Echo Blue #A1A6CB

Tints of Echo Blue #A1A6CB

RGB

 RED value IS 161 (63.28% from 255) = 30.38%

 GREEN value IS 166 (65.23% from 255) = 31.32%

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

R = 30.38%
G = 31.32%
B = 38.3%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1A6CB (or 0xA1A6CB) is known color: Echo Blue. HEX triplet: A1, A6 and CB. RGB value is (161,166,203). Sum of RGB (Red+Green+Blue) = 161+166+203=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A6CB is #5E5934. Grayscale: #A8A8A8. Windows color (decimal): -6183221 or 13346465. OLE color: 13346465.

HSL color Cylindrical-coordinate representation of color #A1A6CB: hue angle of 232.86º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1A6CB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 166 203 -
CMYK 0.21 0.18 0 0.20
HSL 232.86º 0.29% 0.71% -
HSV(B) 232.86º 0.21% 0.8% -
XYZ 39.11 39.16 62 -
YUV 168.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 161 166 203 0.21 0.18 0 0.20 232.86 0.29 0.71
Hex A1 A6 CB 15 12 0 14 E9 1D 47
Octal 241 246 313 25 22 0 24 351 35 107
Binary 10100001 10100110 11001011 10101 10010 0 10100 11101001 11101 1000111

Color Harmonies of #A1A6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A6CB

Black with #A1A6CB

Text Example


Text Example

White with #A1A6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A6CB; }

 p { color: rgb(161,166,203); }

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

background-color css

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

 a { background-color: rgb(161,166,203); }

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

border-color css

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

 span { border-color: rgb(161,166,203); }

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