Html Css Color HEX #A354AD Violet Blue

📋 copy color: '#A354AD'

red 163 ◦ green 84 ◦ blue 173

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

Shades of Violet Blue #A354AD

Tints of Violet Blue #A354AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20%

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

R = 38.81%
G = 20%
B = 41.19%

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

#A354AD (or 0xA354AD) is known color: Violet Blue. HEX triplet: A3, 54 and AD. RGB value is (163,84,173). Sum of RGB (Red+Green+Blue) = 163+84+173=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #A354AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A354AD is #5CAB52. Grayscale: #757575. Windows color (decimal): -6073171 or 11359395. OLE color: 11359395.

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

Color convert

RGB 163 84 173 -
CMYK 0.06 0.51 0 0.32
HSL 293.26º 0.35% 0.5% -
HSV(B) 293.26º 0.51% 0.68% -
XYZ 25.82 17.14 41.48 -
YUV 117.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 163 84 173 0.06 0.51 0 0.32 293.26 0.35 0.5
Hex A3 54 AD 6 33 0 20 125 23 32
Octal 243 124 255 6 63 0 40 445 43 62
Binary 10100011 1010100 10101101 110 110011 0 100000 100100101 100011 110010

Color Harmonies of #A354AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A354AD

Black with #A354AD

Text Example


Text Example

White with #A354AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A354AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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