Html Css Color HEX #A5ACD5 Echo Blue

📋 copy color: '#A5ACD5'

red 165 ◦ green 172 ◦ blue 213

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

Shades of Echo Blue #A5ACD5

Tints of Echo Blue #A5ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.27%

 BLUE value IS 213 (83.59% from 255) = 38.73%

R = 30%
G = 31.27%
B = 38.73%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A5ACD5 (or 0xA5ACD5) is known color: Echo Blue. HEX triplet: A5, AC and D5. RGB value is (165,172,213). Sum of RGB (Red+Green+Blue) = 165+172+213=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #A5ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACD5 is #5A532A. Grayscale: #AEAEAE. Windows color (decimal): -5919531 or 14003365. OLE color: 14003365.

HSL color Cylindrical-coordinate representation of color #A5ACD5: hue angle of 231.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5ACD5 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 172 213 -
CMYK 0.23 0.19 0 0.16
HSL 231.25º 0.36% 0.74% -
HSV(B) 231.25º 0.23% 0.84% -
XYZ 42.28 42.31 68.89 -
YUV 174.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 165 172 213 0.23 0.19 0 0.16 231.25 0.36 0.74
Hex A5 AC D5 17 13 0 10 E7 24 4A
Octal 245 254 325 27 23 0 20 347 44 112
Binary 10100101 10101100 11010101 10111 10011 0 10000 11100111 100100 1001010

Color Harmonies of #A5ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ACD5

Black with #A5ACD5

Text Example


Text Example

White with #A5ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ACD5; }

 p { color: rgb(165,172,213); }

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

background-color css

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

 a { background-color: rgb(165,172,213); }

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

border-color css

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

 span { border-color: rgb(165,172,213); }

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