Html Css Color HEX #A75ACC Deep Lilac

📋 copy color: '#A75ACC'

red 167 ◦ green 90 ◦ blue 204

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

Shades of Deep Lilac #A75ACC

Tints of Deep Lilac #A75ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 36.23%
G = 19.52%
B = 44.25%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A75ACC (or 0xA75ACC) is known color: Deep Lilac. HEX triplet: A7, 5A and CC. RGB value is (167,90,204). Sum of RGB (Red+Green+Blue) = 167+90+204=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #A75ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ACC is #58A533. Grayscale: #7D7D7D. Windows color (decimal): -5809460 or 13392551. OLE color: 13392551.

HSL color Cylindrical-coordinate representation of color #A75ACC: hue angle of 280.53º 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 #A75ACC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 90 204 -
CMYK 0.18 0.56 0 0.2
HSL 280.53º 0.53% 0.58% -
HSV(B) 280.53º 0.56% 0.8% -
XYZ 30.49 19.89 59.36 -
YUV 126.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 167 90 204 0.18 0.56 0 0.2 280.53 0.53 0.58
Hex A7 5A CC 12 38 0 14 119 35 3A
Octal 247 132 314 22 70 0 24 431 65 72
Binary 10100111 1011010 11001100 10010 111000 0 10100 100011001 110101 111010

Color Harmonies of #A75ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75ACC

Black with #A75ACC

Text Example


Text Example

White with #A75ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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