Html Css Color HEX #A349CC Deep Lilac

📋 copy color: '#A349CC'

red 163 ◦ green 73 ◦ blue 204

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

Shades of Deep Lilac #A349CC

Tints of Deep Lilac #A349CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.59%

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

R = 37.05%
G = 16.59%
B = 46.36%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A349CC (or 0xA349CC) is known color: Deep Lilac. HEX triplet: A3, 49 and CC. RGB value is (163,73,204). Sum of RGB (Red+Green+Blue) = 163+73+204=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #A349CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A349CC is #5CB633. Grayscale: #727272. Windows color (decimal): -6075956 or 13388195. OLE color: 13388195.

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

Color convert

RGB 163 73 204 -
CMYK 0.20 0.64 0 0.2
HSL 281.22º 0.56% 0.54% -
HSV(B) 281.22º 0.64% 0.8% -
XYZ 28.39 16.91 58.89 -
YUV 114.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 163 73 204 0.20 0.64 0 0.2 281.22 0.56 0.54
Hex A3 49 CC 14 40 0 14 119 38 36
Octal 243 111 314 24 100 0 24 431 70 66
Binary 10100011 1001001 11001100 10100 1000000 0 10100 100011001 111000 110110

Color Harmonies of #A349CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349CC

Black with #A349CC

Text Example


Text Example

White with #A349CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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