Html Css Color HEX #A357AD Violet Blue

📋 copy color: '#A357AD'

red 163 ◦ green 87 ◦ blue 173

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

Shades of Violet Blue #A357AD

Tints of Violet Blue #A357AD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.57%

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

R = 38.53%
G = 20.57%
B = 40.9%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A357AD (or 0xA357AD) is known color: Violet Blue. HEX triplet: A3, 57 and AD. RGB value is (163,87,173). Sum of RGB (Red+Green+Blue) = 163+87+173=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #A357AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A357AD is #5CA852. Grayscale: #777777. Windows color (decimal): -6072403 or 11360163. OLE color: 11360163.

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

Color convert

RGB 163 87 173 -
CMYK 0.06 0.50 0 0.32
HSL 293.02º 0.34% 0.51% -
HSV(B) 293.02º 0.5% 0.68% -
XYZ 26.06 17.62 41.56 -
YUV 119.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 163 87 173 0.06 0.50 0 0.32 293.02 0.34 0.51
Hex A3 57 AD 6 32 0 20 125 22 33
Octal 243 127 255 6 62 0 40 445 42 63
Binary 10100011 1010111 10101101 110 110010 0 100000 100100101 100010 110011

Color Harmonies of #A357AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A357AD

Black with #A357AD

Text Example


Text Example

White with #A357AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A357AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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