Html Css Color HEX #A350CB Deep Lilac

📋 copy color: '#A350CB'

red 163 ◦ green 80 ◦ blue 203

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

Shades of Deep Lilac #A350CB

Tints of Deep Lilac #A350CB

RGB

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

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

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

R = 36.55%
G = 17.94%
B = 45.52%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A350CB (or 0xA350CB) is known color: Deep Lilac. HEX triplet: A3, 50 and CB. RGB value is (163,80,203). Sum of RGB (Red+Green+Blue) = 163+80+203=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #A350CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350CB is #5CAF34. Grayscale: #767676. Windows color (decimal): -6074165 or 13324451. OLE color: 13324451.

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

Color convert

RGB 163 80 203 -
CMYK 0.20 0.61 0 0.20
HSL 280.49º 0.54% 0.55% -
HSV(B) 280.49º 0.61% 0.8% -
XYZ 28.75 17.84 58.43 -
YUV 118.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 163 80 203 0.20 0.61 0 0.20 280.49 0.54 0.55
Hex A3 50 CB 14 3D 0 14 118 36 37
Octal 243 120 313 24 75 0 24 430 66 67
Binary 10100011 1010000 11001011 10100 111101 0 10100 100011000 110110 110111

Color Harmonies of #A350CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350CB

Black with #A350CB

Text Example


Text Example

White with #A350CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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