Html Css Color HEX #A163AD Violet Blue

📋 copy color: '#A163AD'

red 161 ◦ green 99 ◦ blue 173

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

Shades of Violet Blue #A163AD

Tints of Violet Blue #A163AD

RGB

 RED value IS 161 (63.28% from 255) = 37.18%

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

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

R = 37.18%
G = 22.86%
B = 39.95%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A163AD (or 0xA163AD) is known color: Violet Blue. HEX triplet: A1, 63 and AD. RGB value is (161,99,173). Sum of RGB (Red+Green+Blue) = 161+99+173=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 99 (39.06% from 255 or 22.86% 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 #A163AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A163AD is #5E9C52. Grayscale: #7D7D7D. Windows color (decimal): -6200403 or 11363233. OLE color: 11363233.

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

Color convert

RGB 161 99 173 -
CMYK 0.07 0.43 0 0.32
HSL 290.27º 0.31% 0.53% -
HSV(B) 290.27º 0.43% 0.68% -
XYZ 26.7 19.52 41.9 -
YUV 125.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 161 99 173 0.07 0.43 0 0.32 290.27 0.31 0.53
Hex A1 63 AD 7 2B 0 20 122 1F 35
Octal 241 143 255 7 53 0 40 442 37 65
Binary 10100001 1100011 10101101 111 101011 0 100000 100100010 11111 110101

Color Harmonies of #A163AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163AD

Black with #A163AD

Text Example


Text Example

White with #A163AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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