Html Css Color HEX #A347AB Violet Blue

📋 copy color: '#A347AB'

red 163 ◦ green 71 ◦ blue 171

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

Shades of Violet Blue #A347AB

Tints of Violet Blue #A347AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 40.25%
G = 17.53%
B = 42.22%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A347AB (or 0xA347AB) is known color: Violet Blue. HEX triplet: A3, 47 and AB. RGB value is (163,71,171). Sum of RGB (Red+Green+Blue) = 163+71+171=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #A347AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A347AB is #5CB854. Grayscale: #6D6D6D. Windows color (decimal): -6076501 or 11224995. OLE color: 11224995.

HSL color Cylindrical-coordinate representation of color #A347AB: hue angle of 295.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A347AB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 71 171 -
CMYK 0.05 0.58 0 0.33
HSL 295.2º 0.41% 0.47% -
HSV(B) 295.2º 0.58% 0.67% -
XYZ 24.71 15.23 40.17 -
YUV 109.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 163 71 171 0.05 0.58 0 0.33 295.2 0.41 0.47
Hex A3 47 AB 5 3A 0 21 127 29 2F
Octal 243 107 253 5 72 0 41 447 51 57
Binary 10100011 1000111 10101011 101 111010 0 100001 100100111 101001 101111

Color Harmonies of #A347AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A347AB

Black with #A347AB

Text Example


Text Example

White with #A347AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A347AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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