Html Css Color HEX #A463AD Violet Blue

📋 copy color: '#A463AD'

red 164 ◦ green 99 ◦ blue 173

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

Shades of Violet Blue #A463AD

Tints of Violet Blue #A463AD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.71%

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

R = 37.61%
G = 22.71%
B = 39.68%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A463AD (or 0xA463AD) is known color: Violet Blue. HEX triplet: A4, 63 and AD. RGB value is (164,99,173). Sum of RGB (Red+Green+Blue) = 164+99+173=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #A463AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A463AD is #5B9C52. Grayscale: #7E7E7E. Windows color (decimal): -6003795 or 11363236. OLE color: 11363236.

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

Color convert

RGB 164 99 173 -
CMYK 0.05 0.43 0 0.32
HSL 292.7º 0.31% 0.53% -
HSV(B) 292.7º 0.43% 0.68% -
XYZ 27.31 19.83 41.92 -
YUV 126.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 164 99 173 0.05 0.43 0 0.32 292.7 0.31 0.53
Hex A4 63 AD 5 2B 0 20 125 1F 35
Octal 244 143 255 5 53 0 40 445 37 65
Binary 10100100 1100011 10101101 101 101011 0 100000 100100101 11111 110101

Color Harmonies of #A463AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463AD

Black with #A463AD

Text Example


Text Example

White with #A463AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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