Html Css Color HEX #A358BA Deep Lilac

📋 copy color: '#A358BA'

red 163 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #A358BA

Tints of Deep Lilac #A358BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.14%

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 37.3%
G = 20.14%
B = 42.56%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A358BA (or 0xA358BA) is known color: Deep Lilac. HEX triplet: A3, 58 and BA. RGB value is (163,88,186). Sum of RGB (Red+Green+Blue) = 163+88+186=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #A358BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358BA is #5CA745. Grayscale: #797979. Windows color (decimal): -6072134 or 12212387. OLE color: 12212387.

HSL color Cylindrical-coordinate representation of color #A358BA: hue angle of 285.92º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A358BA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 88 186 -
CMYK 0.12 0.53 0 0.27
HSL 285.92º 0.42% 0.54% -
HSV(B) 285.92º 0.53% 0.73% -
XYZ 27.46 18.31 48.54 -
YUV 121.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 163 88 186 0.12 0.53 0 0.27 285.92 0.42 0.54
Hex A3 58 BA C 35 0 1B 11E 2A 36
Octal 243 130 272 14 65 0 33 436 52 66
Binary 10100011 1011000 10111010 1100 110101 0 11011 100011110 101010 110110

Color Harmonies of #A358BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A358BA

Black with #A358BA

Text Example


Text Example

White with #A358BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A358BA; }

 p { color: rgb(163,88,186); }

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

background-color css

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

 a { background-color: rgb(163,88,186); }

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

border-color css

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

 span { border-color: rgb(163,88,186); }

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