Html Css Color HEX #A860C7 Deep Lilac

📋 copy color: '#A860C7'

red 168 ◦ green 96 ◦ blue 199

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

Shades of Deep Lilac #A860C7

Tints of Deep Lilac #A860C7

RGB

 RED value IS 168 (66.02% from 255) = 36.29%

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

 BLUE value IS 199 (78.13% from 255) = 42.98%

R = 36.29%
G = 20.73%
B = 42.98%

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

#A860C7 (or 0xA860C7) is known color: Deep Lilac. HEX triplet: A8, 60 and C7. RGB value is (168,96,199). Sum of RGB (Red+Green+Blue) = 168+96+199=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 199 - color contains mainly: blue. Hex color #A860C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860C7 is #579F38. Grayscale: #808080. Windows color (decimal): -5742393 or 13066408. OLE color: 13066408.

HSL color Cylindrical-coordinate representation of color #A860C7: hue angle of 281.94º degrees, saturation: 0.48, 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 #A860C7 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 96 199 -
CMYK 0.16 0.52 0 0.22
HSL 281.94º 0.48% 0.58% -
HSV(B) 281.94º 0.52% 0.78% -
XYZ 30.64 20.81 56.44 -
YUV 129.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 168 96 199 0.16 0.52 0 0.22 281.94 0.48 0.58
Hex A8 60 C7 10 34 0 16 11A 30 3A
Octal 250 140 307 20 64 0 26 432 60 72
Binary 10101000 1100000 11000111 10000 110100 0 10110 100011010 110000 111010

Color Harmonies of #A860C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860C7

Black with #A860C7

Text Example


Text Example

White with #A860C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860C7; }

 p { color: rgb(168,96,199); }

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

background-color css

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

 a { background-color: rgb(168,96,199); }

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

border-color css

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

 span { border-color: rgb(168,96,199); }

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