Html Css Color HEX #A75ACB Deep Lilac

📋 copy color: '#A75ACB'

red 167 ◦ green 90 ◦ blue 203

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

Shades of Deep Lilac #A75ACB

Tints of Deep Lilac #A75ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 36.3%
G = 19.57%
B = 44.13%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A75ACB (or 0xA75ACB) is known color: Deep Lilac. HEX triplet: A7, 5A and CB. RGB value is (167,90,203). Sum of RGB (Red+Green+Blue) = 167+90+203=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #A75ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ACB is #58A534. Grayscale: #7D7D7D. Windows color (decimal): -5809461 or 13327015. OLE color: 13327015.

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

Color convert

RGB 167 90 203 -
CMYK 0.18 0.56 0 0.20
HSL 280.88º 0.52% 0.57% -
HSV(B) 280.88º 0.56% 0.8% -
XYZ 30.37 19.84 58.73 -
YUV 125.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 167 90 203 0.18 0.56 0 0.20 280.88 0.52 0.57
Hex A7 5A CB 12 38 0 14 119 34 39
Octal 247 132 313 22 70 0 24 431 64 71
Binary 10100111 1011010 11001011 10010 111000 0 10100 100011001 110100 111001

Color Harmonies of #A75ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75ACB

Black with #A75ACB

Text Example


Text Example

White with #A75ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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