Html Css Color HEX #A347BF Deep Lilac

📋 copy color: '#A347BF'

red 163 ◦ green 71 ◦ blue 191

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

Shades of Deep Lilac #A347BF

Tints of Deep Lilac #A347BF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.71%

 BLUE value IS 191 (75% from 255) = 44.94%

R = 38.35%
G = 16.71%
B = 44.94%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A347BF (or 0xA347BF) is known color: Deep Lilac. HEX triplet: A3, 47 and BF. RGB value is (163,71,191). Sum of RGB (Red+Green+Blue) = 163+71+191=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #A347BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A347BF is #5CB840. Grayscale: #6F6F6F. Windows color (decimal): -6076481 or 12535715. OLE color: 12535715.

HSL color Cylindrical-coordinate representation of color #A347BF: hue angle of 286º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A347BF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 71 191 -
CMYK 0.15 0.63 0 0.25
HSL 286º 0.48% 0.51% -
HSV(B) 286º 0.63% 0.75% -
XYZ 26.76 16.05 50.98 -
YUV 112.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 163 71 191 0.15 0.63 0 0.25 286 0.48 0.51
Hex A3 47 BF F 3F 0 19 11E 30 33
Octal 243 107 277 17 77 0 31 436 60 63
Binary 10100011 1000111 10111111 1111 111111 0 11001 100011110 110000 110011

Color Harmonies of #A347BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A347BF

Black with #A347BF

Text Example


Text Example

White with #A347BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A347BF; }

 p { color: rgb(163,71,191); }

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

background-color css

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

 a { background-color: rgb(163,71,191); }

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

border-color css

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

 span { border-color: rgb(163,71,191); }

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