Html Css Color HEX #A860C8 Deep Lilac

📋 copy color: '#A860C8'

red 168 ◦ green 96 ◦ blue 200

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

Shades of Deep Lilac #A860C8

Tints of Deep Lilac #A860C8

RGB

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

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

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

R = 36.21%
G = 20.69%
B = 43.1%

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

#A860C8 (or 0xA860C8) is known color: Deep Lilac. HEX triplet: A8, 60 and C8. RGB value is (168,96,200). Sum of RGB (Red+Green+Blue) = 168+96+200=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #A860C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860C8 is #579F37. Grayscale: #818181. Windows color (decimal): -5742392 or 13131944. OLE color: 13131944.

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

Color convert

RGB 168 96 200 -
CMYK 0.16 0.52 0 0.22
HSL 281.54º 0.49% 0.58% -
HSV(B) 281.54º 0.52% 0.78% -
XYZ 30.76 20.86 57.05 -
YUV 129.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 168 96 200 0.16 0.52 0 0.22 281.54 0.49 0.58
Hex A8 60 C8 10 34 0 16 11A 31 3A
Octal 250 140 310 20 64 0 26 432 61 72
Binary 10101000 1100000 11001000 10000 110100 0 10110 100011010 110001 111010

Color Harmonies of #A860C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860C8

Black with #A860C8

Text Example


Text Example

White with #A860C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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