Html Css Color HEX #A368BC Deep Lilac

📋 copy color: '#A368BC'

red 163 ◦ green 104 ◦ blue 188

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

Shades of Deep Lilac #A368BC

Tints of Deep Lilac #A368BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.86%

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

R = 35.82%
G = 22.86%
B = 41.32%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A368BC (or 0xA368BC) is known color: Deep Lilac. HEX triplet: A3, 68 and BC. RGB value is (163,104,188). Sum of RGB (Red+Green+Blue) = 163+104+188=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #A368BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368BC is #5C9743. Grayscale: #828282. Windows color (decimal): -6068036 or 12347555. OLE color: 12347555.

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

Color convert

RGB 163 104 188 -
CMYK 0.13 0.45 0 0.26
HSL 282.14º 0.39% 0.57% -
HSV(B) 282.14º 0.45% 0.74% -
XYZ 29.13 21.32 50.16 -
YUV 131.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 163 104 188 0.13 0.45 0 0.26 282.14 0.39 0.57
Hex A3 68 BC D 2D 0 1A 11A 27 39
Octal 243 150 274 15 55 0 32 432 47 71
Binary 10100011 1101000 10111100 1101 101101 0 11010 100011010 100111 111001

Color Harmonies of #A368BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368BC

Black with #A368BC

Text Example


Text Example

White with #A368BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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