Html Css Color HEX #A368BE Deep Lilac

📋 copy color: '#A368BE'

red 163 ◦ green 104 ◦ blue 190

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

Shades of Deep Lilac #A368BE

Tints of Deep Lilac #A368BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 35.67%
G = 22.76%
B = 41.58%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A368BE (or 0xA368BE) is known color: Deep Lilac. HEX triplet: A3, 68 and BE. RGB value is (163,104,190). Sum of RGB (Red+Green+Blue) = 163+104+190=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #A368BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A368BE is #5C9741. Grayscale: #838383. Windows color (decimal): -6068034 or 12478627. OLE color: 12478627.

HSL color Cylindrical-coordinate representation of color #A368BE: hue angle of 281.16º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A368BE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 104 190 -
CMYK 0.14 0.45 0 0.25
HSL 281.16º 0.4% 0.58% -
HSV(B) 281.16º 0.45% 0.75% -
XYZ 29.35 21.4 51.3 -
YUV 131.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 163 104 190 0.14 0.45 0 0.25 281.16 0.4 0.58
Hex A3 68 BE E 2D 0 19 119 28 3A
Octal 243 150 276 16 55 0 31 431 50 72
Binary 10100011 1101000 10111110 1110 101101 0 11001 100011001 101000 111010

Color Harmonies of #A368BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368BE

Black with #A368BE

Text Example


Text Example

White with #A368BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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