Html Css Color HEX #A75BCB Deep Lilac

📋 copy color: '#A75BCB'

red 167 ◦ green 91 ◦ blue 203

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

Shades of Deep Lilac #A75BCB

Tints of Deep Lilac #A75BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

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

R = 36.23%
G = 19.74%
B = 44.03%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A75BCB (or 0xA75BCB) is known color: Deep Lilac. HEX triplet: A7, 5B and CB. RGB value is (167,91,203). Sum of RGB (Red+Green+Blue) = 167+91+203=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #A75BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75BCB is #58A434. Grayscale: #7E7E7E. Windows color (decimal): -5809205 or 13327271. OLE color: 13327271.

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

Color convert

RGB 167 91 203 -
CMYK 0.18 0.55 0 0.20
HSL 280.71º 0.52% 0.58% -
HSV(B) 280.71º 0.55% 0.8% -
XYZ 30.46 20.01 58.76 -
YUV 126.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 167 91 203 0.18 0.55 0 0.20 280.71 0.52 0.58
Hex A7 5B CB 12 37 0 14 119 34 3A
Octal 247 133 313 22 67 0 24 431 64 72
Binary 10100111 1011011 11001011 10010 110111 0 10100 100011001 110100 111010

Color Harmonies of #A75BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75BCB

Black with #A75BCB

Text Example


Text Example

White with #A75BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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