Html Css Color HEX #A860C3 Deep Lilac

📋 copy color: '#A860C3'

red 168 ◦ green 96 ◦ blue 195

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

Shades of Deep Lilac #A860C3

Tints of Deep Lilac #A860C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.48%

R = 36.6%
G = 20.92%
B = 42.48%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A860C3 (or 0xA860C3) is known color: Deep Lilac. HEX triplet: A8, 60 and C3. RGB value is (168,96,195). Sum of RGB (Red+Green+Blue) = 168+96+195=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #A860C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860C3 is #579F3C. Grayscale: #808080. Windows color (decimal): -5742397 or 12804264. OLE color: 12804264.

HSL color Cylindrical-coordinate representation of color #A860C3: hue angle of 283.64º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A860C3 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 96 195 -
CMYK 0.14 0.51 0 0.24
HSL 283.64º 0.45% 0.57% -
HSV(B) 283.64º 0.51% 0.76% -
XYZ 30.18 20.63 54.02 -
YUV 128.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 168 96 195 0.14 0.51 0 0.24 283.64 0.45 0.57
Hex A8 60 C3 E 33 0 18 11C 2D 39
Octal 250 140 303 16 63 0 30 434 55 71
Binary 10101000 1100000 11000011 1110 110011 0 11000 100011100 101101 111001

Color Harmonies of #A860C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860C3

Black with #A860C3

Text Example


Text Example

White with #A860C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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