Html Css Color HEX #A75DBB Deep Lilac

📋 copy color: '#A75DBB'

red 167 ◦ green 93 ◦ blue 187

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

Shades of Deep Lilac #A75DBB

Tints of Deep Lilac #A75DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 37.36%
G = 20.81%
B = 41.83%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A75DBB (or 0xA75DBB) is known color: Deep Lilac. HEX triplet: A7, 5D and BB. RGB value is (167,93,187). Sum of RGB (Red+Green+Blue) = 167+93+187=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #A75DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DBB is #58A244. Grayscale: #7D7D7D. Windows color (decimal): -5808709 or 12279207. OLE color: 12279207.

HSL color Cylindrical-coordinate representation of color #A75DBB: hue angle of 287.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75DBB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 93 187 -
CMYK 0.11 0.50 0 0.27
HSL 287.23º 0.41% 0.55% -
HSV(B) 287.23º 0.5% 0.73% -
XYZ 28.82 19.63 49.28 -
YUV 125.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 167 93 187 0.11 0.50 0 0.27 287.23 0.41 0.55
Hex A7 5D BB B 32 0 1B 11F 29 37
Octal 247 135 273 13 62 0 33 437 51 67
Binary 10100111 1011101 10111011 1011 110010 0 11011 100011111 101001 110111

Color Harmonies of #A75DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75DBB

Black with #A75DBB

Text Example


Text Example

White with #A75DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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