Html Css Color HEX #A359AD Violet Blue

📋 copy color: '#A359AD'

red 163 ◦ green 89 ◦ blue 173

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

Shades of Violet Blue #A359AD

Tints of Violet Blue #A359AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.94%

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

R = 38.35%
G = 20.94%
B = 40.71%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A359AD (or 0xA359AD) is known color: Violet Blue. HEX triplet: A3, 59 and AD. RGB value is (163,89,173). Sum of RGB (Red+Green+Blue) = 163+89+173=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #A359AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A359AD is #5CA652. Grayscale: #787878. Windows color (decimal): -6071891 or 11360675. OLE color: 11360675.

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

Color convert

RGB 163 89 173 -
CMYK 0.06 0.49 0 0.32
HSL 292.86º 0.34% 0.51% -
HSV(B) 292.86º 0.49% 0.68% -
XYZ 26.22 17.95 41.62 -
YUV 120.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 163 89 173 0.06 0.49 0 0.32 292.86 0.34 0.51
Hex A3 59 AD 6 31 0 20 125 22 33
Octal 243 131 255 6 61 0 40 445 42 63
Binary 10100011 1011001 10101101 110 110001 0 100000 100100101 100010 110011

Color Harmonies of #A359AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359AD

Black with #A359AD

Text Example


Text Example

White with #A359AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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