Html Css Color HEX #A459AD Violet Blue

📋 copy color: '#A459AD'

red 164 ◦ green 89 ◦ blue 173

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

Shades of Violet Blue #A459AD

Tints of Violet Blue #A459AD

RGB

 RED value IS 164 (64.45% from 255) = 38.5%

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

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

R = 38.5%
G = 20.89%
B = 40.61%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A459AD (or 0xA459AD) is known color: Violet Blue. HEX triplet: A4, 59 and AD. RGB value is (164,89,173). Sum of RGB (Red+Green+Blue) = 164+89+173=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #A459AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459AD is #5BA652. Grayscale: #787878. Windows color (decimal): -6006355 or 11360676. OLE color: 11360676.

HSL color Cylindrical-coordinate representation of color #A459AD: hue angle of 293.57º 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 #A459AD is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 89 173 -
CMYK 0.05 0.49 0 0.32
HSL 293.57º 0.34% 0.51% -
HSV(B) 293.57º 0.49% 0.68% -
XYZ 26.43 18.05 41.63 -
YUV 121 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 164 89 173 0.05 0.49 0 0.32 293.57 0.34 0.51
Hex A4 59 AD 5 31 0 20 126 22 33
Octal 244 131 255 5 61 0 40 446 42 63
Binary 10100100 1011001 10101101 101 110001 0 100000 100100110 100010 110011

Color Harmonies of #A459AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A459AD

Black with #A459AD

Text Example


Text Example

White with #A459AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A459AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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