Html Css Color HEX #A75CBA Deep Lilac

📋 copy color: '#A75CBA'

red 167 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #A75CBA

Tints of Deep Lilac #A75CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 37.53%
G = 20.67%
B = 41.8%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A75CBA (or 0xA75CBA) is known color: Deep Lilac. HEX triplet: A7, 5C and BA. RGB value is (167,92,186). Sum of RGB (Red+Green+Blue) = 167+92+186=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #A75CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CBA is #58A345. Grayscale: #7C7C7C. Windows color (decimal): -5808966 or 12213415. OLE color: 12213415.

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

Color convert

RGB 167 92 186 -
CMYK 0.10 0.51 0 0.27
HSL 287.87º 0.41% 0.55% -
HSV(B) 287.87º 0.51% 0.73% -
XYZ 28.63 19.41 48.69 -
YUV 125.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 167 92 186 0.10 0.51 0 0.27 287.87 0.41 0.55
Hex A7 5C BA A 33 0 1B 120 29 37
Octal 247 134 272 12 63 0 33 440 51 67
Binary 10100111 1011100 10111010 1010 110011 0 11011 100100000 101001 110111

Color Harmonies of #A75CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CBA

Black with #A75CBA

Text Example


Text Example

White with #A75CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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