Html Css Color HEX #A75DB4 Deep Lilac

📋 copy color: '#A75DB4'

red 167 ◦ green 93 ◦ blue 180

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

Shades of Deep Lilac #A75DB4

Tints of Deep Lilac #A75DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 37.95%
G = 21.14%
B = 40.91%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A75DB4 (or 0xA75DB4) is known color: Deep Lilac. HEX triplet: A7, 5D and B4. RGB value is (167,93,180). Sum of RGB (Red+Green+Blue) = 167+93+180=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #A75DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DB4 is #58A24B. Grayscale: #7C7C7C. Windows color (decimal): -5808716 or 11820455. OLE color: 11820455.

HSL color Cylindrical-coordinate representation of color #A75DB4: hue angle of 291.03º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75DB4 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 93 180 -
CMYK 0.07 0.48 0 0.29
HSL 291.03º 0.37% 0.54% -
HSV(B) 291.03º 0.48% 0.71% -
XYZ 28.09 19.34 45.43 -
YUV 125.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 167 93 180 0.07 0.48 0 0.29 291.03 0.37 0.54
Hex A7 5D B4 7 30 0 1D 123 25 36
Octal 247 135 264 7 60 0 35 443 45 66
Binary 10100111 1011101 10110100 111 110000 0 11101 100100011 100101 110110

Color Harmonies of #A75DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75DB4

Black with #A75DB4

Text Example


Text Example

White with #A75DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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