Html Css Color HEX #A5ABCD Echo Blue

📋 copy color: '#A5ABCD'

red 165 ◦ green 171 ◦ blue 205

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

Shades of Echo Blue #A5ABCD

Tints of Echo Blue #A5ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.61%

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

R = 30.5%
G = 31.61%
B = 37.89%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5ABCD (or 0xA5ABCD) is known color: Echo Blue. HEX triplet: A5, AB and CD. RGB value is (165,171,205). Sum of RGB (Red+Green+Blue) = 165+171+205=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABCD is #5A5432. Grayscale: #ACACAC. Windows color (decimal): -5919795 or 13478821. OLE color: 13478821.

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

Color convert

RGB 165 171 205 -
CMYK 0.20 0.17 0 0.20
HSL 231º 0.29% 0.73% -
HSV(B) 231º 0.2% 0.8% -
XYZ 41.1 41.53 63.61 -
YUV 173.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 165 171 205 0.20 0.17 0 0.20 231 0.29 0.73
Hex A5 AB CD 14 11 0 14 E7 1D 49
Octal 245 253 315 24 21 0 24 347 35 111
Binary 10100101 10101011 11001101 10100 10001 0 10100 11100111 11101 1001001

Color Harmonies of #A5ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABCD

Black with #A5ABCD

Text Example


Text Example

White with #A5ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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