Html Css Color HEX #A8ACDA Echo Blue

📋 copy color: '#A8ACDA'

red 168 ◦ green 172 ◦ blue 218

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

Shades of Echo Blue #A8ACDA

Tints of Echo Blue #A8ACDA

RGB

 RED value IS 168 (66.02% from 255) = 30.11%

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 30.11%
G = 30.82%
B = 39.07%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8ACDA (or 0xA8ACDA) is known color: Echo Blue. HEX triplet: A8, AC and DA. RGB value is (168,172,218). Sum of RGB (Red+Green+Blue) = 168+172+218=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACDA is #575325. Grayscale: #AFAFAF. Windows color (decimal): -5722918 or 14331048. OLE color: 14331048.

HSL color Cylindrical-coordinate representation of color #A8ACDA: hue angle of 235.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8ACDA is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 172 218 -
CMYK 0.23 0.21 0 0.15
HSL 235.2º 0.4% 0.76% -
HSV(B) 235.2º 0.23% 0.85% -
XYZ 43.56 42.89 72.31 -
YUV 176.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 168 172 218 0.23 0.21 0 0.15 235.2 0.4 0.76
Hex A8 AC DA 17 15 0 F EB 28 4C
Octal 250 254 332 27 25 0 17 353 50 114
Binary 10101000 10101100 11011010 10111 10101 0 1111 11101011 101000 1001100

Color Harmonies of #A8ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ACDA

Black with #A8ACDA

Text Example


Text Example

White with #A8ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ACDA; }

 p { color: rgb(168,172,218); }

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

background-color css

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

 a { background-color: rgb(168,172,218); }

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

border-color css

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

 span { border-color: rgb(168,172,218); }

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