Html Css Color HEX #A369BA Deep Lilac

📋 copy color: '#A369BA'

red 163 ◦ green 105 ◦ blue 186

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

Shades of Deep Lilac #A369BA

Tints of Deep Lilac #A369BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.13%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 35.9%
G = 23.13%
B = 40.97%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A369BA (or 0xA369BA) is known color: Deep Lilac. HEX triplet: A3, 69 and BA. RGB value is (163,105,186). Sum of RGB (Red+Green+Blue) = 163+105+186=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #A369BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369BA is #5C9645. Grayscale: #838383. Windows color (decimal): -6067782 or 12216739. OLE color: 12216739.

HSL color Cylindrical-coordinate representation of color #A369BA: hue angle of 282.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A369BA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 105 186 -
CMYK 0.12 0.44 0 0.27
HSL 282.96º 0.37% 0.57% -
HSV(B) 282.96º 0.44% 0.73% -
XYZ 29.02 21.43 49.06 -
YUV 131.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 163 105 186 0.12 0.44 0 0.27 282.96 0.37 0.57
Hex A3 69 BA C 2C 0 1B 11B 25 39
Octal 243 151 272 14 54 0 33 433 45 71
Binary 10100011 1101001 10111010 1100 101100 0 11011 100011011 100101 111001

Color Harmonies of #A369BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A369BA

Black with #A369BA

Text Example


Text Example

White with #A369BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A369BA; }

 p { color: rgb(163,105,186); }

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

background-color css

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

 a { background-color: rgb(163,105,186); }

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

border-color css

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

 span { border-color: rgb(163,105,186); }

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