Html Css Color HEX #A75BB4 Deep Lilac

📋 copy color: '#A75BB4'

red 167 ◦ green 91 ◦ blue 180

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

Shades of Deep Lilac #A75BB4

Tints of Deep Lilac #A75BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.1%

R = 38.13%
G = 20.78%
B = 41.1%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A75BB4 (or 0xA75BB4) is known color: Deep Lilac. HEX triplet: A7, 5B and B4. RGB value is (167,91,180). Sum of RGB (Red+Green+Blue) = 167+91+180=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #A75BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75BB4 is #58A44B. Grayscale: #7B7B7B. Windows color (decimal): -5809228 or 11819943. OLE color: 11819943.

HSL color Cylindrical-coordinate representation of color #A75BB4: hue angle of 291.24º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75BB4 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 91 180 -
CMYK 0.07 0.49 0 0.29
HSL 291.24º 0.37% 0.53% -
HSV(B) 291.24º 0.49% 0.71% -
XYZ 27.92 18.99 45.37 -
YUV 123.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 167 91 180 0.07 0.49 0 0.29 291.24 0.37 0.53
Hex A7 5B B4 7 31 0 1D 123 25 35
Octal 247 133 264 7 61 0 35 443 45 65
Binary 10100111 1011011 10110100 111 110001 0 11101 100100011 100101 110101

Color Harmonies of #A75BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75BB4

Black with #A75BB4

Text Example


Text Example

White with #A75BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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