Html Css Color HEX #A348CC Deep Lilac

📋 copy color: '#A348CC'

red 163 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #A348CC

Tints of Deep Lilac #A348CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 37.13%
G = 16.4%
B = 46.47%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A348CC (or 0xA348CC) is known color: Deep Lilac. HEX triplet: A3, 48 and CC. RGB value is (163,72,204). Sum of RGB (Red+Green+Blue) = 163+72+204=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #A348CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348CC is #5CB733. Grayscale: #717171. Windows color (decimal): -6076212 or 13387939. OLE color: 13387939.

HSL color Cylindrical-coordinate representation of color #A348CC: hue angle of 281.36º 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 #A348CC is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 72 204 -
CMYK 0.20 0.65 0 0.2
HSL 281.36º 0.56% 0.54% -
HSV(B) 281.36º 0.65% 0.8% -
XYZ 28.32 16.78 58.87 -
YUV 114.26 178.65 162.77 -
System Red Green Blue C M Y K H S L
Decimal 163 72 204 0.20 0.65 0 0.2 281.36 0.56 0.54
Hex A3 48 CC 14 41 0 14 119 38 36
Octal 243 110 314 24 101 0 24 431 70 66
Binary 10100011 1001000 11001100 10100 1000001 0 10100 100011001 111000 110110

Color Harmonies of #A348CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348CC

Black with #A348CC

Text Example


Text Example

White with #A348CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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