Html Css Color HEX #A768BE Deep Lilac

📋 copy color: '#A768BE'

red 167 ◦ green 104 ◦ blue 190

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

Shades of Deep Lilac #A768BE

Tints of Deep Lilac #A768BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.56%

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

R = 36.23%
G = 22.56%
B = 41.21%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A768BE (or 0xA768BE) is known color: Deep Lilac. HEX triplet: A7, 68 and BE. RGB value is (167,104,190). Sum of RGB (Red+Green+Blue) = 167+104+190=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #A768BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768BE is #589741. Grayscale: #848484. Windows color (decimal): -5805890 or 12478631. OLE color: 12478631.

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

Color convert

RGB 167 104 190 -
CMYK 0.12 0.45 0 0.25
HSL 283.95º 0.4% 0.58% -
HSV(B) 283.95º 0.45% 0.75% -
XYZ 30.18 21.83 51.34 -
YUV 132.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 167 104 190 0.12 0.45 0 0.25 283.95 0.4 0.58
Hex A7 68 BE C 2D 0 19 11C 28 3A
Octal 247 150 276 14 55 0 31 434 50 72
Binary 10100111 1101000 10111110 1100 101101 0 11001 100011100 101000 111010

Color Harmonies of #A768BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768BE

Black with #A768BE

Text Example


Text Example

White with #A768BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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