Html Css Color HEX #A350CC Deep Lilac

📋 copy color: '#A350CC'

red 163 ◦ green 80 ◦ blue 204

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

Shades of Deep Lilac #A350CC

Tints of Deep Lilac #A350CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.9%

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

R = 36.47%
G = 17.9%
B = 45.64%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A350CC (or 0xA350CC) is known color: Deep Lilac. HEX triplet: A3, 50 and CC. RGB value is (163,80,204). Sum of RGB (Red+Green+Blue) = 163+80+204=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #A350CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350CC is #5CAF33. Grayscale: #767676. Windows color (decimal): -6074164 or 13389987. OLE color: 13389987.

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

Color convert

RGB 163 80 204 -
CMYK 0.20 0.61 0 0.2
HSL 280.16º 0.55% 0.56% -
HSV(B) 280.16º 0.61% 0.8% -
XYZ 28.87 17.88 59.06 -
YUV 118.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 163 80 204 0.20 0.61 0 0.2 280.16 0.55 0.56
Hex A3 50 CC 14 3D 0 14 118 37 38
Octal 243 120 314 24 75 0 24 430 67 70
Binary 10100011 1010000 11001100 10100 111101 0 10100 100011000 110111 111000

Color Harmonies of #A350CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350CC

Black with #A350CC

Text Example


Text Example

White with #A350CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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