Html Css Color HEX #A347AD Violet Blue

📋 copy color: '#A347AD'

red 163 ◦ green 71 ◦ blue 173

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

Shades of Violet Blue #A347AD

Tints of Violet Blue #A347AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.44%

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

R = 40.05%
G = 17.44%
B = 42.51%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A347AD (or 0xA347AD) is known color: Violet Blue. HEX triplet: A3, 47 and AD. RGB value is (163,71,173). Sum of RGB (Red+Green+Blue) = 163+71+173=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #A347AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A347AD is #5CB852. Grayscale: #6D6D6D. Windows color (decimal): -6076499 or 11356067. OLE color: 11356067.

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

Color convert

RGB 163 71 173 -
CMYK 0.06 0.59 0 0.32
HSL 294.12º 0.42% 0.48% -
HSV(B) 294.12º 0.59% 0.68% -
XYZ 24.9 15.31 41.18 -
YUV 110.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 163 71 173 0.06 0.59 0 0.32 294.12 0.42 0.48
Hex A3 47 AD 6 3B 0 20 126 2A 30
Octal 243 107 255 6 73 0 40 446 52 60
Binary 10100011 1000111 10101101 110 111011 0 100000 100100110 101010 110000

Color Harmonies of #A347AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A347AD

Black with #A347AD

Text Example


Text Example

White with #A347AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A347AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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