Html Css Color HEX #A75FBA Deep Lilac

📋 copy color: '#A75FBA'

red 167 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #A75FBA

Tints of Deep Lilac #A75FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.21%

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

R = 37.28%
G = 21.21%
B = 41.52%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A75FBA (or 0xA75FBA) is known color: Deep Lilac. HEX triplet: A7, 5F and BA. RGB value is (167,95,186). Sum of RGB (Red+Green+Blue) = 167+95+186=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A75FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75FBA is #58A045. Grayscale: #7E7E7E. Windows color (decimal): -5808198 or 12214183. OLE color: 12214183.

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

Color convert

RGB 167 95 186 -
CMYK 0.10 0.49 0 0.27
HSL 287.47º 0.4% 0.55% -
HSV(B) 287.47º 0.49% 0.73% -
XYZ 28.89 19.95 48.78 -
YUV 126.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 167 95 186 0.10 0.49 0 0.27 287.47 0.4 0.55
Hex A7 5F BA A 31 0 1B 11F 28 37
Octal 247 137 272 12 61 0 33 437 50 67
Binary 10100111 1011111 10111010 1010 110001 0 11011 100011111 101000 110111

Color Harmonies of #A75FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75FBA

Black with #A75FBA

Text Example


Text Example

White with #A75FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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