Html Css Color HEX #A1A7CB Echo Blue

📋 copy color: '#A1A7CB'

red 161 ◦ green 167 ◦ blue 203

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

Shades of Echo Blue #A1A7CB

Tints of Echo Blue #A1A7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.45%

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

R = 30.32%
G = 31.45%
B = 38.23%

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

#A1A7CB (or 0xA1A7CB) is known color: Echo Blue. HEX triplet: A1, A7 and CB. RGB value is (161,167,203). Sum of RGB (Red+Green+Blue) = 161+167+203=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A7CB is #5E5834. Grayscale: #A9A9A9. Windows color (decimal): -6182965 or 13346721. OLE color: 13346721.

HSL color Cylindrical-coordinate representation of color #A1A7CB: hue angle of 231.43º 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 #A1A7CB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 167 203 -
CMYK 0.21 0.18 0 0.20
HSL 231.43º 0.29% 0.71% -
HSV(B) 231.43º 0.21% 0.8% -
XYZ 39.3 39.53 62.06 -
YUV 169.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 161 167 203 0.21 0.18 0 0.20 231.43 0.29 0.71
Hex A1 A7 CB 15 12 0 14 E7 1D 47
Octal 241 247 313 25 22 0 24 347 35 107
Binary 10100001 10100111 11001011 10101 10010 0 10100 11100111 11101 1000111

Color Harmonies of #A1A7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A7CB

Black with #A1A7CB

Text Example


Text Example

White with #A1A7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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