Html Css Color HEX #A75DBE Deep Lilac

📋 copy color: '#A75DBE'

red 167 ◦ green 93 ◦ blue 190

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

Shades of Deep Lilac #A75DBE

Tints of Deep Lilac #A75DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.67%

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 37.11%
G = 20.67%
B = 42.22%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A75DBE (or 0xA75DBE) is known color: Deep Lilac. HEX triplet: A7, 5D and BE. RGB value is (167,93,190). Sum of RGB (Red+Green+Blue) = 167+93+190=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #A75DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DBE is #58A241. Grayscale: #7D7D7D. Windows color (decimal): -5808706 or 12475815. OLE color: 12475815.

HSL color Cylindrical-coordinate representation of color #A75DBE: hue angle of 285.77º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75DBE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 93 190 -
CMYK 0.12 0.51 0 0.25
HSL 285.77º 0.43% 0.55% -
HSV(B) 285.77º 0.51% 0.75% -
XYZ 29.14 19.76 50.99 -
YUV 126.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 167 93 190 0.12 0.51 0 0.25 285.77 0.43 0.55
Hex A7 5D BE C 33 0 19 11E 2B 37
Octal 247 135 276 14 63 0 31 436 53 67
Binary 10100111 1011101 10111110 1100 110011 0 11001 100011110 101011 110111

Color Harmonies of #A75DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75DBE

Black with #A75DBE

Text Example


Text Example

White with #A75DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75DBE; }

 p { color: rgb(167,93,190); }

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

background-color css

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

 a { background-color: rgb(167,93,190); }

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

border-color css

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

 span { border-color: rgb(167,93,190); }

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