Html Css Color HEX #A5AFCD Echo Blue

📋 copy color: '#A5AFCD'

red 165 ◦ green 175 ◦ blue 205

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

Shades of Echo Blue #A5AFCD

Tints of Echo Blue #A5AFCD

RGB

 RED value IS 165 (64.84% from 255) = 30.28%

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

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 30.28%
G = 32.11%
B = 37.61%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5AFCD (or 0xA5AFCD) is known color: Echo Blue. HEX triplet: A5, AF and CD. RGB value is (165,175,205). Sum of RGB (Red+Green+Blue) = 165+175+205=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFCD is #5A5032. Grayscale: #AFAFAF. Windows color (decimal): -5918771 or 13479845. OLE color: 13479845.

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

Color convert

RGB 165 175 205 -
CMYK 0.20 0.15 0 0.20
HSL 225º 0.29% 0.73% -
HSV(B) 225º 0.2% 0.8% -
XYZ 41.87 43.07 63.86 -
YUV 175.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 165 175 205 0.20 0.15 0 0.20 225 0.29 0.73
Hex A5 AF CD 14 F 0 14 E1 1D 49
Octal 245 257 315 24 17 0 24 341 35 111
Binary 10100101 10101111 11001101 10100 1111 0 10100 11100001 11101 1001001

Color Harmonies of #A5AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AFCD

Black with #A5AFCD

Text Example


Text Example

White with #A5AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AFCD; }

 p { color: rgb(165,175,205); }

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

background-color css

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

 a { background-color: rgb(165,175,205); }

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

border-color css

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

 span { border-color: rgb(165,175,205); }

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