Html Css Color HEX #A75FBB Deep Lilac

📋 copy color: '#A75FBB'

red 167 ◦ green 95 ◦ blue 187

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

Shades of Deep Lilac #A75FBB

Tints of Deep Lilac #A75FBB

RGB

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

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

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

R = 37.19%
G = 21.16%
B = 41.65%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A75FBB (or 0xA75FBB) is known color: Deep Lilac. HEX triplet: A7, 5F and BB. RGB value is (167,95,187). Sum of RGB (Red+Green+Blue) = 167+95+187=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #A75FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75FBB is #58A044. Grayscale: #7E7E7E. Windows color (decimal): -5808197 or 12279719. OLE color: 12279719.

HSL color Cylindrical-coordinate representation of color #A75FBB: hue angle of 286.96º 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 #A75FBB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 95 187 -
CMYK 0.11 0.49 0 0.27
HSL 286.96º 0.4% 0.55% -
HSV(B) 286.96º 0.49% 0.73% -
XYZ 29 19.99 49.34 -
YUV 127.02 161.85 156.52 -
System Red Green Blue C M Y K H S L
Decimal 167 95 187 0.11 0.49 0 0.27 286.96 0.4 0.55
Hex A7 5F BB B 31 0 1B 11F 28 37
Octal 247 137 273 13 61 0 33 437 50 67
Binary 10100111 1011111 10111011 1011 110001 0 11011 100011111 101000 110111

Color Harmonies of #A75FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75FBB

Black with #A75FBB

Text Example


Text Example

White with #A75FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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