Html Css Color HEX #A75EBD Deep Lilac

📋 copy color: '#A75EBD'

red 167 ◦ green 94 ◦ blue 189

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

Shades of Deep Lilac #A75EBD

Tints of Deep Lilac #A75EBD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.89%

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

R = 37.11%
G = 20.89%
B = 42%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A75EBD (or 0xA75EBD) is known color: Deep Lilac. HEX triplet: A7, 5E and BD. RGB value is (167,94,189). Sum of RGB (Red+Green+Blue) = 167+94+189=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #A75EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75EBD is #58A142. Grayscale: #7E7E7E. Windows color (decimal): -5808451 or 12410535. OLE color: 12410535.

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

Color convert

RGB 167 94 189 -
CMYK 0.12 0.50 0 0.26
HSL 286.11º 0.42% 0.55% -
HSV(B) 286.11º 0.5% 0.74% -
XYZ 29.12 19.9 50.45 -
YUV 126.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 167 94 189 0.12 0.50 0 0.26 286.11 0.42 0.55
Hex A7 5E BD C 32 0 1A 11E 2A 37
Octal 247 136 275 14 62 0 32 436 52 67
Binary 10100111 1011110 10111101 1100 110010 0 11010 100011110 101010 110111

Color Harmonies of #A75EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75EBD

Black with #A75EBD

Text Example


Text Example

White with #A75EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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