Html Css Color HEX #A75BBD Deep Lilac

📋 copy color: '#A75BBD'

red 167 ◦ green 91 ◦ blue 189

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

Shades of Deep Lilac #A75BBD

Tints of Deep Lilac #A75BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.36%

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

R = 37.36%
G = 20.36%
B = 42.28%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A75BBD (or 0xA75BBD) is known color: Deep Lilac. HEX triplet: A7, 5B and BD. RGB value is (167,91,189). Sum of RGB (Red+Green+Blue) = 167+91+189=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #A75BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75BBD is #58A442. Grayscale: #7C7C7C. Windows color (decimal): -5809219 or 12409767. OLE color: 12409767.

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

Color convert

RGB 167 91 189 -
CMYK 0.12 0.52 0 0.26
HSL 286.53º 0.43% 0.55% -
HSV(B) 286.53º 0.52% 0.74% -
XYZ 28.86 19.37 50.36 -
YUV 124.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 167 91 189 0.12 0.52 0 0.26 286.53 0.43 0.55
Hex A7 5B BD C 34 0 1A 11F 2B 37
Octal 247 133 275 14 64 0 32 437 53 67
Binary 10100111 1011011 10111101 1100 110100 0 11010 100011111 101011 110111

Color Harmonies of #A75BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75BBD

Black with #A75BBD

Text Example


Text Example

White with #A75BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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