Html Css Color HEX #A1A7D8 Echo Blue

📋 copy color: '#A1A7D8'

red 161 ◦ green 167 ◦ blue 216

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

Shades of Echo Blue #A1A7D8

Tints of Echo Blue #A1A7D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.71%

R = 29.6%
G = 30.7%
B = 39.71%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A1A7D8 (or 0xA1A7D8) is known color: Echo Blue. HEX triplet: A1, A7 and D8. RGB value is (161,167,216). Sum of RGB (Red+Green+Blue) = 161+167+216=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #A1A7D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A7D8 is #5E5827. Grayscale: #AAAAAA. Windows color (decimal): -6182952 or 14198689. OLE color: 14198689.

HSL color Cylindrical-coordinate representation of color #A1A7D8: hue angle of 233.45º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1A7D8 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 167 216 -
CMYK 0.25 0.23 0 0.15
HSL 233.45º 0.41% 0.74% -
HSV(B) 233.45º 0.25% 0.85% -
XYZ 40.91 40.17 70.56 -
YUV 170.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 161 167 216 0.25 0.23 0 0.15 233.45 0.41 0.74
Hex A1 A7 D8 19 17 0 F E9 29 4A
Octal 241 247 330 31 27 0 17 351 51 112
Binary 10100001 10100111 11011000 11001 10111 0 1111 11101001 101001 1001010

Color Harmonies of #A1A7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A7D8

Black with #A1A7D8

Text Example


Text Example

White with #A1A7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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