Html Css Color HEX #A364AD Violet Blue

📋 copy color: '#A364AD'

red 163 ◦ green 100 ◦ blue 173

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

Shades of Violet Blue #A364AD

Tints of Violet Blue #A364AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.94%

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

R = 37.39%
G = 22.94%
B = 39.68%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A364AD (or 0xA364AD) is known color: Violet Blue. HEX triplet: A3, 64 and AD. RGB value is (163,100,173). Sum of RGB (Red+Green+Blue) = 163+100+173=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 100 (39.45% from 255 or 22.94% 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 #A364AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A364AD is #5C9B52. Grayscale: #7E7E7E. Windows color (decimal): -6069075 or 11363491. OLE color: 11363491.

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

Color convert

RGB 163 100 173 -
CMYK 0.06 0.42 0 0.32
HSL 291.78º 0.31% 0.54% -
HSV(B) 291.78º 0.42% 0.68% -
XYZ 27.2 19.92 41.95 -
YUV 127.16 153.87 153.56 -
System Red Green Blue C M Y K H S L
Decimal 163 100 173 0.06 0.42 0 0.32 291.78 0.31 0.54
Hex A3 64 AD 6 2A 0 20 124 1F 36
Octal 243 144 255 6 52 0 40 444 37 66
Binary 10100011 1100100 10101101 110 101010 0 100000 100100100 11111 110110

Color Harmonies of #A364AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364AD

Black with #A364AD

Text Example


Text Example

White with #A364AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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