Html Css Color HEX #A361AD Violet Blue

📋 copy color: '#A361AD'

red 163 ◦ green 97 ◦ blue 173

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

Shades of Violet Blue #A361AD

Tints of Violet Blue #A361AD

RGB

 RED value IS 163 (64.06% from 255) = 37.64%

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

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

R = 37.64%
G = 22.4%
B = 39.95%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A361AD (or 0xA361AD) is known color: Violet Blue. HEX triplet: A3, 61 and AD. RGB value is (163,97,173). Sum of RGB (Red+Green+Blue) = 163+97+173=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 97 (38.28% from 255 or 22.40% 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 #A361AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A361AD is #5C9E52. Grayscale: #7D7D7D. Windows color (decimal): -6069843 or 11362723. OLE color: 11362723.

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

Color convert

RGB 163 97 173 -
CMYK 0.06 0.44 0 0.32
HSL 292.11º 0.32% 0.53% -
HSV(B) 292.11º 0.44% 0.68% -
XYZ 26.92 19.35 41.85 -
YUV 125.4 154.87 154.82 -
System Red Green Blue C M Y K H S L
Decimal 163 97 173 0.06 0.44 0 0.32 292.11 0.32 0.53
Hex A3 61 AD 6 2C 0 20 124 20 35
Octal 243 141 255 6 54 0 40 444 40 65
Binary 10100011 1100001 10101101 110 101100 0 100000 100100100 100000 110101

Color Harmonies of #A361AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361AD

Black with #A361AD

Text Example


Text Example

White with #A361AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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