Html Css Color HEX #A865BA Deep Lilac

📋 copy color: '#A865BA'

red 168 ◦ green 101 ◦ blue 186

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

Shades of Deep Lilac #A865BA

Tints of Deep Lilac #A865BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.2%

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 36.92%
G = 22.2%
B = 40.88%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A865BA (or 0xA865BA) is known color: Deep Lilac. HEX triplet: A8, 65 and BA. RGB value is (168,101,186). Sum of RGB (Red+Green+Blue) = 168+101+186=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #A865BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865BA is #579A45. Grayscale: #828282. Windows color (decimal): -5741126 or 12215720. OLE color: 12215720.

HSL color Cylindrical-coordinate representation of color #A865BA: hue angle of 287.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A865BA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 101 186 -
CMYK 0.10 0.46 0 0.27
HSL 287.29º 0.38% 0.56% -
HSV(B) 287.29º 0.46% 0.73% -
XYZ 29.67 21.18 48.98 -
YUV 130.72 159.2 154.59 -
System Red Green Blue C M Y K H S L
Decimal 168 101 186 0.10 0.46 0 0.27 287.29 0.38 0.56
Hex A8 65 BA A 2E 0 1B 11F 26 38
Octal 250 145 272 12 56 0 33 437 46 70
Binary 10101000 1100101 10111010 1010 101110 0 11011 100011111 100110 111000

Color Harmonies of #A865BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865BA

Black with #A865BA

Text Example


Text Example

White with #A865BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865BA; }

 p { color: rgb(168,101,186); }

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

background-color css

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

 a { background-color: rgb(168,101,186); }

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

border-color css

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

 span { border-color: rgb(168,101,186); }

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