Html Css Color HEX #A75CBE Deep Lilac

📋 copy color: '#A75CBE'

red 167 ◦ green 92 ◦ blue 190

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

Shades of Deep Lilac #A75CBE

Tints of Deep Lilac #A75CBE

RGB

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

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

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

R = 37.19%
G = 20.49%
B = 42.32%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A75CBE (or 0xA75CBE) is known color: Deep Lilac. HEX triplet: A7, 5C and BE. RGB value is (167,92,190). Sum of RGB (Red+Green+Blue) = 167+92+190=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #A75CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CBE is #58A341. Grayscale: #7D7D7D. Windows color (decimal): -5808962 or 12475559. OLE color: 12475559.

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

Color convert

RGB 167 92 190 -
CMYK 0.12 0.52 0 0.25
HSL 285.92º 0.43% 0.55% -
HSV(B) 285.92º 0.52% 0.75% -
XYZ 29.06 19.59 50.96 -
YUV 125.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 167 92 190 0.12 0.52 0 0.25 285.92 0.43 0.55
Hex A7 5C BE C 34 0 19 11E 2B 37
Octal 247 134 276 14 64 0 31 436 53 67
Binary 10100111 1011100 10111110 1100 110100 0 11001 100011110 101011 110111

Color Harmonies of #A75CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CBE

Black with #A75CBE

Text Example


Text Example

White with #A75CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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