Html Css Color HEX #A461AD Violet Blue

📋 copy color: '#A461AD'

red 164 ◦ green 97 ◦ blue 173

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

Shades of Violet Blue #A461AD

Tints of Violet Blue #A461AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.35%

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

R = 37.79%
G = 22.35%
B = 39.86%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A461AD (or 0xA461AD) is known color: Violet Blue. HEX triplet: A4, 61 and AD. RGB value is (164,97,173). Sum of RGB (Red+Green+Blue) = 164+97+173=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #A461AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A461AD is #5B9E52. Grayscale: #7D7D7D. Windows color (decimal): -6004307 or 11362724. OLE color: 11362724.

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

Color convert

RGB 164 97 173 -
CMYK 0.05 0.44 0 0.32
HSL 292.89º 0.32% 0.53% -
HSV(B) 292.89º 0.44% 0.68% -
XYZ 27.13 19.46 41.86 -
YUV 125.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 164 97 173 0.05 0.44 0 0.32 292.89 0.32 0.53
Hex A4 61 AD 5 2C 0 20 125 20 35
Octal 244 141 255 5 54 0 40 445 40 65
Binary 10100100 1100001 10101101 101 101100 0 100000 100100101 100000 110101

Color Harmonies of #A461AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A461AD

Black with #A461AD

Text Example


Text Example

White with #A461AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A461AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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