Html Css Color HEX #A750BE Deep Lilac

📋 copy color: '#A750BE'

red 167 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #A750BE

Tints of Deep Lilac #A750BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.31%

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 38.22%
G = 18.31%
B = 43.48%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A750BE (or 0xA750BE) is known color: Deep Lilac. HEX triplet: A7, 50 and BE. RGB value is (167,80,190). Sum of RGB (Red+Green+Blue) = 167+80+190=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #A750BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A750BE is #58AF41. Grayscale: #767676. Windows color (decimal): -5812034 or 12472487. OLE color: 12472487.

HSL color Cylindrical-coordinate representation of color #A750BE: hue angle of 287.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A750BE is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 80 190 -
CMYK 0.12 0.58 0 0.25
HSL 287.45º 0.46% 0.53% -
HSV(B) 287.45º 0.58% 0.75% -
XYZ 28.1 17.67 50.64 -
YUV 118.55 168.32 162.56 -
System Red Green Blue C M Y K H S L
Decimal 167 80 190 0.12 0.58 0 0.25 287.45 0.46 0.53
Hex A7 50 BE C 3A 0 19 11F 2E 35
Octal 247 120 276 14 72 0 31 437 56 65
Binary 10100111 1010000 10111110 1100 111010 0 11001 100011111 101110 110101

Color Harmonies of #A750BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A750BE

Black with #A750BE

Text Example


Text Example

White with #A750BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A750BE; }

 p { color: rgb(167,80,190); }

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

background-color css

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

 a { background-color: rgb(167,80,190); }

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

border-color css

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

 span { border-color: rgb(167,80,190); }

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