Html Css Color HEX #A349AB Violet Blue

📋 copy color: '#A349AB'

red 163 ◦ green 73 ◦ blue 171

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

Shades of Violet Blue #A349AB

Tints of Violet Blue #A349AB

RGB

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

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

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

R = 40.05%
G = 17.94%
B = 42.01%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A349AB (or 0xA349AB) is known color: Violet Blue. HEX triplet: A3, 49 and AB. RGB value is (163,73,171). Sum of RGB (Red+Green+Blue) = 163+73+171=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #A349AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A349AB is #5CB654. Grayscale: #6E6E6E. Windows color (decimal): -6075989 or 11225507. OLE color: 11225507.

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

Color convert

RGB 163 73 171 -
CMYK 0.05 0.57 0 0.33
HSL 295.1º 0.4% 0.48% -
HSV(B) 295.1º 0.57% 0.67% -
XYZ 24.84 15.49 40.21 -
YUV 111.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 163 73 171 0.05 0.57 0 0.33 295.1 0.4 0.48
Hex A3 49 AB 5 39 0 21 127 28 30
Octal 243 111 253 5 71 0 41 447 50 60
Binary 10100011 1001001 10101011 101 111001 0 100001 100100111 101000 110000

Color Harmonies of #A349AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349AB

Black with #A349AB

Text Example


Text Example

White with #A349AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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