Html Css Color HEX #A364BC Deep Lilac

📋 copy color: '#A364BC'

red 163 ◦ green 100 ◦ blue 188

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

Shades of Deep Lilac #A364BC

Tints of Deep Lilac #A364BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.17%

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

R = 36.14%
G = 22.17%
B = 41.69%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A364BC (or 0xA364BC) is known color: Deep Lilac. HEX triplet: A3, 64 and BC. RGB value is (163,100,188). Sum of RGB (Red+Green+Blue) = 163+100+188=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #A364BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364BC is #5C9B43. Grayscale: #808080. Windows color (decimal): -6069060 or 12346531. OLE color: 12346531.

HSL color Cylindrical-coordinate representation of color #A364BC: hue angle of 282.95º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A364BC is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 100 188 -
CMYK 0.13 0.47 0 0.26
HSL 282.95º 0.4% 0.56% -
HSV(B) 282.95º 0.47% 0.74% -
XYZ 28.74 20.53 50.03 -
YUV 128.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 163 100 188 0.13 0.47 0 0.26 282.95 0.4 0.56
Hex A3 64 BC D 2F 0 1A 11B 28 38
Octal 243 144 274 15 57 0 32 433 50 70
Binary 10100011 1100100 10111100 1101 101111 0 11010 100011011 101000 111000

Color Harmonies of #A364BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364BC

Black with #A364BC

Text Example


Text Example

White with #A364BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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