Html Css Color HEX #A75ACD Deep Lilac

📋 copy color: '#A75ACD'

red 167 ◦ green 90 ◦ blue 205

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

Shades of Deep Lilac #A75ACD

Tints of Deep Lilac #A75ACD

RGB

 RED value IS 167 (65.63% from 255) = 36.15%

 GREEN value IS 90 (35.55% from 255) = 19.48%

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

R = 36.15%
G = 19.48%
B = 44.37%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A75ACD (or 0xA75ACD) is known color: Deep Lilac. HEX triplet: A7, 5A and CD. RGB value is (167,90,205). Sum of RGB (Red+Green+Blue) = 167+90+205=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #A75ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ACD is #58A532. Grayscale: #7D7D7D. Windows color (decimal): -5809459 or 13458087. OLE color: 13458087.

HSL color Cylindrical-coordinate representation of color #A75ACD: hue angle of 280.17º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A75ACD is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 90 205 -
CMYK 0.19 0.56 0 0.20
HSL 280.17º 0.53% 0.58% -
HSV(B) 280.17º 0.56% 0.8% -
XYZ 30.61 19.94 59.99 -
YUV 126.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 167 90 205 0.19 0.56 0 0.20 280.17 0.53 0.58
Hex A7 5A CD 13 38 0 14 118 35 3A
Octal 247 132 315 23 70 0 24 430 65 72
Binary 10100111 1011010 11001101 10011 111000 0 10100 100011000 110101 111010

Color Harmonies of #A75ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75ACD

Black with #A75ACD

Text Example


Text Example

White with #A75ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75ACD; }

 p { color: rgb(167,90,205); }

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

background-color css

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

 a { background-color: rgb(167,90,205); }

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

border-color css

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

 span { border-color: rgb(167,90,205); }

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