Html Css Color HEX #A348C1 Deep Lilac

📋 copy color: '#A348C1'

red 163 ◦ green 72 ◦ blue 193

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

Shades of Deep Lilac #A348C1

Tints of Deep Lilac #A348C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.09%

R = 38.08%
G = 16.82%
B = 45.09%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A348C1 (or 0xA348C1) is known color: Deep Lilac. HEX triplet: A3, 48 and C1. RGB value is (163,72,193). Sum of RGB (Red+Green+Blue) = 163+72+193=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #A348C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348C1 is #5CB73E. Grayscale: #707070. Windows color (decimal): -6076223 or 12667043. OLE color: 12667043.

HSL color Cylindrical-coordinate representation of color #A348C1: hue angle of 285.12º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A348C1 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 72 193 -
CMYK 0.16 0.63 0 0.24
HSL 285.12º 0.49% 0.52% -
HSV(B) 285.12º 0.63% 0.76% -
XYZ 27.05 16.27 52.17 -
YUV 113 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 163 72 193 0.16 0.63 0 0.24 285.12 0.49 0.52
Hex A3 48 C1 10 3F 0 18 11D 31 34
Octal 243 110 301 20 77 0 30 435 61 64
Binary 10100011 1001000 11000001 10000 111111 0 11000 100011101 110001 110100

Color Harmonies of #A348C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348C1

Black with #A348C1

Text Example


Text Example

White with #A348C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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