Html Css Color HEX #A760C5 Deep Lilac

📋 copy color: '#A760C5'

red 167 ◦ green 96 ◦ blue 197

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

Shades of Deep Lilac #A760C5

Tints of Deep Lilac #A760C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.83%

R = 36.3%
G = 20.87%
B = 42.83%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A760C5 (or 0xA760C5) is known color: Deep Lilac. HEX triplet: A7, 60 and C5. RGB value is (167,96,197). Sum of RGB (Red+Green+Blue) = 167+96+197=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #A760C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760C5 is #589F3A. Grayscale: #808080. Windows color (decimal): -5807931 or 12935335. OLE color: 12935335.

HSL color Cylindrical-coordinate representation of color #A760C5: hue angle of 282.18º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A760C5 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 96 197 -
CMYK 0.15 0.51 0 0.23
HSL 282.18º 0.47% 0.57% -
HSV(B) 282.18º 0.51% 0.77% -
XYZ 30.2 20.61 55.21 -
YUV 128.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 167 96 197 0.15 0.51 0 0.23 282.18 0.47 0.57
Hex A7 60 C5 F 33 0 17 11A 2F 39
Octal 247 140 305 17 63 0 27 432 57 71
Binary 10100111 1100000 11000101 1111 110011 0 10111 100011010 101111 111001

Color Harmonies of #A760C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760C5

Black with #A760C5

Text Example


Text Example

White with #A760C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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