Html Css Color HEX #A760C8 Deep Lilac

📋 copy color: '#A760C8'

red 167 ◦ green 96 ◦ blue 200

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

Shades of Deep Lilac #A760C8

Tints of Deep Lilac #A760C8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.73%

 BLUE value IS 200 (78.52% from 255) = 43.2%

R = 36.07%
G = 20.73%
B = 43.2%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A760C8 (or 0xA760C8) is known color: Deep Lilac. HEX triplet: A7, 60 and C8. RGB value is (167,96,200). Sum of RGB (Red+Green+Blue) = 167+96+200=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #A760C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760C8 is #589F37. Grayscale: #808080. Windows color (decimal): -5807928 or 13131943. OLE color: 13131943.

HSL color Cylindrical-coordinate representation of color #A760C8: hue angle of 280.96º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A760C8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 96 200 -
CMYK 0.16 0.52 0 0.22
HSL 280.96º 0.49% 0.58% -
HSV(B) 280.96º 0.52% 0.78% -
XYZ 30.54 20.75 57.04 -
YUV 129.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 167 96 200 0.16 0.52 0 0.22 280.96 0.49 0.58
Hex A7 60 C8 10 34 0 16 119 31 3A
Octal 247 140 310 20 64 0 26 431 61 72
Binary 10100111 1100000 11001000 10000 110100 0 10110 100011001 110001 111010

Color Harmonies of #A760C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760C8

Black with #A760C8

Text Example


Text Example

White with #A760C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760C8; }

 p { color: rgb(167,96,200); }

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

background-color css

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

 a { background-color: rgb(167,96,200); }

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

border-color css

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

 span { border-color: rgb(167,96,200); }

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