Html Css Color HEX #A75AB9 Deep Lilac

📋 copy color: '#A75AB9'

red 167 ◦ green 90 ◦ blue 185

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

Shades of Deep Lilac #A75AB9

Tints of Deep Lilac #A75AB9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.36%

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 37.78%
G = 20.36%
B = 41.86%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A75AB9 (or 0xA75AB9) is known color: Deep Lilac. HEX triplet: A7, 5A and B9. RGB value is (167,90,185). Sum of RGB (Red+Green+Blue) = 167+90+185=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #A75AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75AB9 is #58A546. Grayscale: #7B7B7B. Windows color (decimal): -5809479 or 12147367. OLE color: 12147367.

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

Color convert

RGB 167 90 185 -
CMYK 0.10 0.51 0 0.27
HSL 288.63º 0.4% 0.54% -
HSV(B) 288.63º 0.51% 0.73% -
XYZ 28.35 19.03 48.08 -
YUV 123.85 162.51 158.78 -
System Red Green Blue C M Y K H S L
Decimal 167 90 185 0.10 0.51 0 0.27 288.63 0.4 0.54
Hex A7 5A B9 A 33 0 1B 121 28 36
Octal 247 132 271 12 63 0 33 441 50 66
Binary 10100111 1011010 10111001 1010 110011 0 11011 100100001 101000 110110

Color Harmonies of #A75AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75AB9

Black with #A75AB9

Text Example


Text Example

White with #A75AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75AB9; }

 p { color: rgb(167,90,185); }

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

background-color css

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

 a { background-color: rgb(167,90,185); }

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

border-color css

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

 span { border-color: rgb(167,90,185); }

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