Html Css Color HEX #A460AD Violet Blue

📋 copy color: '#A460AD'

red 164 ◦ green 96 ◦ blue 173

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

Shades of Violet Blue #A460AD

Tints of Violet Blue #A460AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.17%

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

R = 37.88%
G = 22.17%
B = 39.95%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A460AD (or 0xA460AD) is known color: Violet Blue. HEX triplet: A4, 60 and AD. RGB value is (164,96,173). Sum of RGB (Red+Green+Blue) = 164+96+173=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #A460AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460AD is #5B9F52. Grayscale: #7C7C7C. Windows color (decimal): -6004563 or 11362468. OLE color: 11362468.

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

Color convert

RGB 164 96 173 -
CMYK 0.05 0.45 0 0.32
HSL 292.99º 0.32% 0.53% -
HSV(B) 292.99º 0.45% 0.68% -
XYZ 27.04 19.28 41.83 -
YUV 125.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 164 96 173 0.05 0.45 0 0.32 292.99 0.32 0.53
Hex A4 60 AD 5 2D 0 20 125 20 35
Octal 244 140 255 5 55 0 40 445 40 65
Binary 10100100 1100000 10101101 101 101101 0 100000 100100101 100000 110101

Color Harmonies of #A460AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A460AD

Black with #A460AD

Text Example


Text Example

White with #A460AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A460AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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