Html Css Color HEX #A5AFCA Echo Blue

📋 copy color: '#A5AFCA'

red 165 ◦ green 175 ◦ blue 202

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

Shades of Echo Blue #A5AFCA

Tints of Echo Blue #A5AFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.27%

R = 30.44%
G = 32.29%
B = 37.27%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A5AFCA (or 0xA5AFCA) is known color: Echo Blue. HEX triplet: A5, AF and CA. RGB value is (165,175,202). Sum of RGB (Red+Green+Blue) = 165+175+202=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFCA is #5A5035. Grayscale: #AEAEAE. Windows color (decimal): -5918774 or 13283237. OLE color: 13283237.

HSL color Cylindrical-coordinate representation of color #A5AFCA: hue angle of 223.78º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5AFCA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 175 202 -
CMYK 0.18 0.13 0 0.21
HSL 223.78º 0.26% 0.72% -
HSV(B) 223.78º 0.18% 0.79% -
XYZ 41.51 42.92 61.97 -
YUV 175.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 165 175 202 0.18 0.13 0 0.21 223.78 0.26 0.72
Hex A5 AF CA 12 D 0 15 E0 1A 48
Octal 245 257 312 22 15 0 25 340 32 110
Binary 10100101 10101111 11001010 10010 1101 0 10101 11100000 11010 1001000

Color Harmonies of #A5AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AFCA

Black with #A5AFCA

Text Example


Text Example

White with #A5AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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