Html Css Color HEX #A349AD Violet Blue

📋 copy color: '#A349AD'

red 163 ◦ green 73 ◦ blue 173

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

Shades of Violet Blue #A349AD

Tints of Violet Blue #A349AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

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

R = 39.85%
G = 17.85%
B = 42.3%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A349AD (or 0xA349AD) is known color: Violet Blue. HEX triplet: A3, 49 and AD. RGB value is (163,73,173). Sum of RGB (Red+Green+Blue) = 163+73+173=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #A349AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A349AD is #5CB652. Grayscale: #6F6F6F. Windows color (decimal): -6075987 or 11356579. OLE color: 11356579.

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

Color convert

RGB 163 73 173 -
CMYK 0.06 0.58 0 0.32
HSL 294º 0.41% 0.48% -
HSV(B) 294º 0.58% 0.68% -
XYZ 25.03 15.57 41.22 -
YUV 111.31 162.82 164.87 -
System Red Green Blue C M Y K H S L
Decimal 163 73 173 0.06 0.58 0 0.32 294 0.41 0.48
Hex A3 49 AD 6 3A 0 20 126 29 30
Octal 243 111 255 6 72 0 40 446 51 60
Binary 10100011 1001001 10101101 110 111010 0 100000 100100110 101001 110000

Color Harmonies of #A349AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349AD

Black with #A349AD

Text Example


Text Example

White with #A349AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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