Html Css Color HEX #A355BE Deep Lilac

📋 copy color: '#A355BE'

red 163 ◦ green 85 ◦ blue 190

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

Shades of Deep Lilac #A355BE

Tints of Deep Lilac #A355BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.41%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 37.21%
G = 19.41%
B = 43.38%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A355BE (or 0xA355BE) is known color: Deep Lilac. HEX triplet: A3, 55 and BE. RGB value is (163,85,190). Sum of RGB (Red+Green+Blue) = 163+85+190=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #A355BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A355BE is #5CAA41. Grayscale: #777777. Windows color (decimal): -6072898 or 12473763. OLE color: 12473763.

HSL color Cylindrical-coordinate representation of color #A355BE: hue angle of 284.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A355BE is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 85 190 -
CMYK 0.14 0.55 0 0.25
HSL 284.57º 0.45% 0.54% -
HSV(B) 284.57º 0.55% 0.75% -
XYZ 27.65 18 50.73 -
YUV 120.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 163 85 190 0.14 0.55 0 0.25 284.57 0.45 0.54
Hex A3 55 BE E 37 0 19 11D 2D 36
Octal 243 125 276 16 67 0 31 435 55 66
Binary 10100011 1010101 10111110 1110 110111 0 11001 100011101 101101 110110

Color Harmonies of #A355BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355BE

Black with #A355BE

Text Example


Text Example

White with #A355BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355BE; }

 p { color: rgb(163,85,190); }

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

background-color css

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

 a { background-color: rgb(163,85,190); }

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

border-color css

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

 span { border-color: rgb(163,85,190); }

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