Html Css Color HEX #A348BC Deep Lilac

📋 copy color: '#A348BC'

red 163 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #A348BC

Tints of Deep Lilac #A348BC

RGB

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

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

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

R = 38.53%
G = 17.02%
B = 44.44%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A348BC (or 0xA348BC) is known color: Deep Lilac. HEX triplet: A3, 48 and BC. RGB value is (163,72,188). Sum of RGB (Red+Green+Blue) = 163+72+188=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #A348BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348BC is #5CB743. Grayscale: #707070. Windows color (decimal): -6076228 or 12339363. OLE color: 12339363.

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

Color convert

RGB 163 72 188 -
CMYK 0.13 0.62 0 0.26
HSL 287.07º 0.46% 0.51% -
HSV(B) 287.07º 0.62% 0.74% -
XYZ 26.5 16.05 49.28 -
YUV 112.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 163 72 188 0.13 0.62 0 0.26 287.07 0.46 0.51
Hex A3 48 BC D 3E 0 1A 11F 2E 33
Octal 243 110 274 15 76 0 32 437 56 63
Binary 10100011 1001000 10111100 1101 111110 0 11010 100011111 101110 110011

Color Harmonies of #A348BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348BC

Black with #A348BC

Text Example


Text Example

White with #A348BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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