Html Css Color HEX #A347A5 Violet Blue

📋 copy color: '#A347A5'

red 163 ◦ green 71 ◦ blue 165

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

Shades of Violet Blue #A347A5

Tints of Violet Blue #A347A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 40.85%
G = 17.79%
B = 41.35%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A347A5 (or 0xA347A5) is known color: Violet Blue. HEX triplet: A3, 47 and A5. RGB value is (163,71,165). Sum of RGB (Red+Green+Blue) = 163+71+165=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 165 - color contains mainly: blue. Hex color #A347A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A347A5 is #5CB85A. Grayscale: #6C6C6C. Windows color (decimal): -6076507 or 10831779. OLE color: 10831779.

HSL color Cylindrical-coordinate representation of color #A347A5: hue angle of 298.72º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A347A5 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 71 165 -
CMYK 0.01 0.57 0 0.35
HSL 298.72º 0.4% 0.46% -
HSV(B) 298.72º 0.57% 0.65% -
XYZ 24.15 15.01 37.22 -
YUV 109.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 163 71 165 0.01 0.57 0 0.35 298.72 0.4 0.46
Hex A3 47 A5 1 39 0 23 12B 28 2E
Octal 243 107 245 1 71 0 43 453 50 56
Binary 10100011 1000111 10100101 1 111001 0 100011 100101011 101000 101110

Color Harmonies of #A347A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A347A5

Black with #A347A5

Text Example


Text Example

White with #A347A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A347A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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