Html Css Color HEX #A369BC Deep Lilac

📋 copy color: '#A369BC'

red 163 ◦ green 105 ◦ blue 188

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

Shades of Deep Lilac #A369BC

Tints of Deep Lilac #A369BC

RGB

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

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

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

R = 35.75%
G = 23.03%
B = 41.23%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A369BC (or 0xA369BC) is known color: Deep Lilac. HEX triplet: A3, 69 and BC. RGB value is (163,105,188). Sum of RGB (Red+Green+Blue) = 163+105+188=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #A369BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369BC is #5C9643. Grayscale: #838383. Windows color (decimal): -6067780 or 12347811. OLE color: 12347811.

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

Color convert

RGB 163 105 188 -
CMYK 0.13 0.44 0 0.26
HSL 281.93º 0.38% 0.57% -
HSV(B) 281.93º 0.44% 0.74% -
XYZ 29.23 21.52 50.19 -
YUV 131.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 163 105 188 0.13 0.44 0 0.26 281.93 0.38 0.57
Hex A3 69 BC D 2C 0 1A 11A 26 39
Octal 243 151 274 15 54 0 32 432 46 71
Binary 10100011 1101001 10111100 1101 101100 0 11010 100011010 100110 111001

Color Harmonies of #A369BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A369BC

Black with #A369BC

Text Example


Text Example

White with #A369BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A369BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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