Html Css Color HEX #A75CBD Deep Lilac

📋 copy color: '#A75CBD'

red 167 ◦ green 92 ◦ blue 189

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

Shades of Deep Lilac #A75CBD

Tints of Deep Lilac #A75CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 37.28%
G = 20.54%
B = 42.19%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A75CBD (or 0xA75CBD) is known color: Deep Lilac. HEX triplet: A7, 5C and BD. RGB value is (167,92,189). Sum of RGB (Red+Green+Blue) = 167+92+189=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #A75CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CBD is #58A342. Grayscale: #7D7D7D. Windows color (decimal): -5808963 or 12410023. OLE color: 12410023.

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

Color convert

RGB 167 92 189 -
CMYK 0.12 0.51 0 0.26
HSL 286.39º 0.42% 0.55% -
HSV(B) 286.39º 0.51% 0.74% -
XYZ 28.95 19.54 50.39 -
YUV 125.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 167 92 189 0.12 0.51 0 0.26 286.39 0.42 0.55
Hex A7 5C BD C 33 0 1A 11E 2A 37
Octal 247 134 275 14 63 0 32 436 52 67
Binary 10100111 1011100 10111101 1100 110011 0 11010 100011110 101010 110111

Color Harmonies of #A75CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CBD

Black with #A75CBD

Text Example


Text Example

White with #A75CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CBD; }

 p { color: rgb(167,92,189); }

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

background-color css

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

 a { background-color: rgb(167,92,189); }

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

border-color css

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

 span { border-color: rgb(167,92,189); }

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