Html Css Color HEX #A865BC Deep Lilac

📋 copy color: '#A865BC'

red 168 ◦ green 101 ◦ blue 188

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

Shades of Deep Lilac #A865BC

Tints of Deep Lilac #A865BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 36.76%
G = 22.1%
B = 41.14%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A865BC (or 0xA865BC) is known color: Deep Lilac. HEX triplet: A8, 65 and BC. RGB value is (168,101,188). Sum of RGB (Red+Green+Blue) = 168+101+188=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #A865BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865BC is #579A43. Grayscale: #828282. Windows color (decimal): -5741124 or 12346792. OLE color: 12346792.

HSL color Cylindrical-coordinate representation of color #A865BC: hue angle of 286.21º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A865BC is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 101 188 -
CMYK 0.11 0.46 0 0.26
HSL 286.21º 0.39% 0.57% -
HSV(B) 286.21º 0.46% 0.74% -
XYZ 29.88 21.26 50.11 -
YUV 130.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 168 101 188 0.11 0.46 0 0.26 286.21 0.39 0.57
Hex A8 65 BC B 2E 0 1A 11E 27 39
Octal 250 145 274 13 56 0 32 436 47 71
Binary 10101000 1100101 10111100 1011 101110 0 11010 100011110 100111 111001

Color Harmonies of #A865BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865BC

Black with #A865BC

Text Example


Text Example

White with #A865BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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