Html Css Color HEX #A1A9CF Echo Blue

📋 copy color: '#A1A9CF'

red 161 ◦ green 169 ◦ blue 207

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

Shades of Echo Blue #A1A9CF

Tints of Echo Blue #A1A9CF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.47%

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 29.98%
G = 31.47%
B = 38.55%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A1A9CF (or 0xA1A9CF) is known color: Echo Blue. HEX triplet: A1, A9 and CF. RGB value is (161,169,207). Sum of RGB (Red+Green+Blue) = 161+169+207=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A9CF is #5E5630. Grayscale: #AAAAAA. Windows color (decimal): -6182449 or 13609377. OLE color: 13609377.

HSL color Cylindrical-coordinate representation of color #A1A9CF: hue angle of 229.57º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1A9CF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 169 207 -
CMYK 0.22 0.18 0 0.19
HSL 229.57º 0.32% 0.72% -
HSV(B) 229.57º 0.22% 0.81% -
XYZ 40.15 40.46 64.72 -
YUV 170.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 161 169 207 0.22 0.18 0 0.19 229.57 0.32 0.72
Hex A1 A9 CF 16 12 0 13 E6 20 48
Octal 241 251 317 26 22 0 23 346 40 110
Binary 10100001 10101001 11001111 10110 10010 0 10011 11100110 100000 1001000

Color Harmonies of #A1A9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A9CF

Black with #A1A9CF

Text Example


Text Example

White with #A1A9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A9CF; }

 p { color: rgb(161,169,207); }

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

background-color css

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

 a { background-color: rgb(161,169,207); }

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

border-color css

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

 span { border-color: rgb(161,169,207); }

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