Html Css Color HEX #A358BB Deep Lilac

📋 copy color: '#A358BB'

red 163 ◦ green 88 ◦ blue 187

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

Shades of Deep Lilac #A358BB

Tints of Deep Lilac #A358BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 37.21%
G = 20.09%
B = 42.69%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A358BB (or 0xA358BB) is known color: Deep Lilac. HEX triplet: A3, 58 and BB. RGB value is (163,88,187). Sum of RGB (Red+Green+Blue) = 163+88+187=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #A358BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A358BB is #5CA744. Grayscale: #797979. Windows color (decimal): -6072133 or 12277923. OLE color: 12277923.

HSL color Cylindrical-coordinate representation of color #A358BB: hue angle of 285.45º 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 #A358BB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 88 187 -
CMYK 0.13 0.53 0 0.27
HSL 285.45º 0.42% 0.54% -
HSV(B) 285.45º 0.53% 0.73% -
XYZ 27.56 18.35 49.1 -
YUV 121.71 164.85 157.45 -
System Red Green Blue C M Y K H S L
Decimal 163 88 187 0.13 0.53 0 0.27 285.45 0.42 0.54
Hex A3 58 BB D 35 0 1B 11D 2A 36
Octal 243 130 273 15 65 0 33 435 52 66
Binary 10100011 1011000 10111011 1101 110101 0 11011 100011101 101010 110110

Color Harmonies of #A358BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A358BB

Black with #A358BB

Text Example


Text Example

White with #A358BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A358BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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