Html Css Color HEX #A348CB Deep Lilac

📋 copy color: '#A348CB'

red 163 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #A348CB

Tints of Deep Lilac #A348CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 37.21%
G = 16.44%
B = 46.35%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A348CB (or 0xA348CB) is known color: Deep Lilac. HEX triplet: A3, 48 and CB. RGB value is (163,72,203). Sum of RGB (Red+Green+Blue) = 163+72+203=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #A348CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348CB is #5CB734. Grayscale: #717171. Windows color (decimal): -6076213 or 13322403. OLE color: 13322403.

HSL color Cylindrical-coordinate representation of color #A348CB: hue angle of 281.68º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A348CB is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 72 203 -
CMYK 0.20 0.65 0 0.20
HSL 281.68º 0.56% 0.54% -
HSV(B) 281.68º 0.65% 0.8% -
XYZ 28.2 16.73 58.24 -
YUV 114.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 163 72 203 0.20 0.65 0 0.20 281.68 0.56 0.54
Hex A3 48 CB 14 41 0 14 11A 38 36
Octal 243 110 313 24 101 0 24 432 70 66
Binary 10100011 1001000 11001011 10100 1000001 0 10100 100011010 111000 110110

Color Harmonies of #A348CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348CB

Black with #A348CB

Text Example


Text Example

White with #A348CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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