Html Css Color HEX #A350B3 Deep Lilac

📋 copy color: '#A350B3'

red 163 ◦ green 80 ◦ blue 179

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

Shades of Deep Lilac #A350B3

Tints of Deep Lilac #A350B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 38.63%
G = 18.96%
B = 42.42%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A350B3 (or 0xA350B3) is known color: Deep Lilac. HEX triplet: A3, 50 and B3. RGB value is (163,80,179). Sum of RGB (Red+Green+Blue) = 163+80+179=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #A350B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350B3 is #5CAF4C. Grayscale: #737373. Windows color (decimal): -6074189 or 11751587. OLE color: 11751587.

HSL color Cylindrical-coordinate representation of color #A350B3: hue angle of 290.3º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A350B3 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 80 179 -
CMYK 0.09 0.55 0 0.30
HSL 290.3º 0.39% 0.51% -
HSV(B) 290.3º 0.55% 0.7% -
XYZ 26.11 16.78 44.51 -
YUV 116.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 163 80 179 0.09 0.55 0 0.30 290.3 0.39 0.51
Hex A3 50 B3 9 37 0 1E 122 27 33
Octal 243 120 263 11 67 0 36 442 47 63
Binary 10100011 1010000 10110011 1001 110111 0 11110 100100010 100111 110011

Color Harmonies of #A350B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350B3

Black with #A350B3

Text Example


Text Example

White with #A350B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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