Html Css Color HEX #A348BF Deep Lilac

📋 copy color: '#A348BF'

red 163 ◦ green 72 ◦ blue 191

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

Shades of Deep Lilac #A348BF

Tints of Deep Lilac #A348BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

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

R = 38.26%
G = 16.9%
B = 44.84%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A348BF (or 0xA348BF) is known color: Deep Lilac. HEX triplet: A3, 48 and BF. RGB value is (163,72,191). Sum of RGB (Red+Green+Blue) = 163+72+191=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #A348BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348BF is #5CB740. Grayscale: #707070. Windows color (decimal): -6076225 or 12535971. OLE color: 12535971.

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

Color convert

RGB 163 72 191 -
CMYK 0.15 0.62 0 0.25
HSL 285.88º 0.48% 0.52% -
HSV(B) 285.88º 0.62% 0.75% -
XYZ 26.83 16.18 51 -
YUV 112.78 172.15 163.82 -
System Red Green Blue C M Y K H S L
Decimal 163 72 191 0.15 0.62 0 0.25 285.88 0.48 0.52
Hex A3 48 BF F 3E 0 19 11E 30 34
Octal 243 110 277 17 76 0 31 436 60 64
Binary 10100011 1001000 10111111 1111 111110 0 11001 100011110 110000 110100

Color Harmonies of #A348BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348BF

Black with #A348BF

Text Example


Text Example

White with #A348BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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