Html Css Color HEX #A365BC Deep Lilac

📋 copy color: '#A365BC'

red 163 ◦ green 101 ◦ blue 188

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

Shades of Deep Lilac #A365BC

Tints of Deep Lilac #A365BC

RGB

 RED value IS 163 (64.06% from 255) = 36.06%

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

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

R = 36.06%
G = 22.35%
B = 41.59%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A365BC (or 0xA365BC) is known color: Deep Lilac. HEX triplet: A3, 65 and BC. RGB value is (163,101,188). Sum of RGB (Red+Green+Blue) = 163+101+188=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #A365BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A365BC is #5C9A43. Grayscale: #818181. Windows color (decimal): -6068804 or 12346787. OLE color: 12346787.

HSL color Cylindrical-coordinate representation of color #A365BC: hue angle of 282.76º 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 #A365BC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 101 188 -
CMYK 0.13 0.46 0 0.26
HSL 282.76º 0.39% 0.57% -
HSV(B) 282.76º 0.46% 0.74% -
XYZ 28.84 20.72 50.06 -
YUV 129.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 163 101 188 0.13 0.46 0 0.26 282.76 0.39 0.57
Hex A3 65 BC D 2E 0 1A 11B 27 39
Octal 243 145 274 15 56 0 32 433 47 71
Binary 10100011 1100101 10111100 1101 101110 0 11010 100011011 100111 111001

Color Harmonies of #A365BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A365BC

Black with #A365BC

Text Example


Text Example

White with #A365BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A365BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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