Html Css Color HEX #A347A0 Violet Blue

📋 copy color: '#A347A0'

red 163 ◦ green 71 ◦ blue 160

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

Shades of Violet Blue #A347A0

Tints of Violet Blue #A347A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.61%

R = 41.37%
G = 18.02%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A347A0 (or 0xA347A0) is known color: Violet Blue. HEX triplet: A3, 47 and A0. RGB value is (163,71,160). Sum of RGB (Red+Green+Blue) = 163+71+160=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A347A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A347A0 is #5CB85F. Grayscale: #6C6C6C. Windows color (decimal): -6076512 or 10504099. OLE color: 10504099.

HSL color Cylindrical-coordinate representation of color #A347A0: hue angle of 301.96º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A347A0 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 71 160 -
CMYK 0 0.56 0.02 0.36
HSL 301.96º 0.39% 0.46% -
HSV(B) 301.96º 0.56% 0.64% -
XYZ 23.7 14.83 34.87 -
YUV 108.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 163 71 160 0 0.56 0.02 0.36 301.96 0.39 0.46
Hex A3 47 A0 0 38 2 24 12E 27 2E
Octal 243 107 240 0 70 2 44 456 47 56
Binary 10100011 1000111 10100000 0 111000 10 100100 100101110 100111 101110

Color Harmonies of #A347A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A347A0

Black with #A347A0

Text Example


Text Example

White with #A347A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A347A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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