Html Css Color HEX #A768BA Deep Lilac

📋 copy color: '#A768BA'

red 167 ◦ green 104 ◦ blue 186

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

Shades of Deep Lilac #A768BA

Tints of Deep Lilac #A768BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 36.54%
G = 22.76%
B = 40.7%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A768BA (or 0xA768BA) is known color: Deep Lilac. HEX triplet: A7, 68 and BA. RGB value is (167,104,186). Sum of RGB (Red+Green+Blue) = 167+104+186=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #A768BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768BA is #589745. Grayscale: #838383. Windows color (decimal): -5805894 or 12216487. OLE color: 12216487.

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

Color convert

RGB 167 104 186 -
CMYK 0.10 0.44 0 0.27
HSL 286.1º 0.37% 0.57% -
HSV(B) 286.1º 0.44% 0.73% -
XYZ 29.75 21.66 49.07 -
YUV 132.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 167 104 186 0.10 0.44 0 0.27 286.1 0.37 0.57
Hex A7 68 BA A 2C 0 1B 11E 25 39
Octal 247 150 272 12 54 0 33 436 45 71
Binary 10100111 1101000 10111010 1010 101100 0 11011 100011110 100101 111001

Color Harmonies of #A768BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768BA

Black with #A768BA

Text Example


Text Example

White with #A768BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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