Html Css Color HEX #A355AD Violet Blue

📋 copy color: '#A355AD'

red 163 ◦ green 85 ◦ blue 173

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

Shades of Violet Blue #A355AD

Tints of Violet Blue #A355AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 38.72%
G = 20.19%
B = 41.09%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A355AD (or 0xA355AD) is known color: Violet Blue. HEX triplet: A3, 55 and AD. RGB value is (163,85,173). Sum of RGB (Red+Green+Blue) = 163+85+173=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #A355AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A355AD is #5CAA52. Grayscale: #767676. Windows color (decimal): -6072915 or 11359651. OLE color: 11359651.

HSL color Cylindrical-coordinate representation of color #A355AD: hue angle of 293.18º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A355AD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 85 173 -
CMYK 0.06 0.51 0 0.32
HSL 293.18º 0.35% 0.51% -
HSV(B) 293.18º 0.51% 0.68% -
XYZ 25.9 17.3 41.51 -
YUV 118.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 163 85 173 0.06 0.51 0 0.32 293.18 0.35 0.51
Hex A3 55 AD 6 33 0 20 125 23 33
Octal 243 125 255 6 63 0 40 445 43 63
Binary 10100011 1010101 10101101 110 110011 0 100000 100100101 100011 110011

Color Harmonies of #A355AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355AD

Black with #A355AD

Text Example


Text Example

White with #A355AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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