Html Css Color HEX #A353AB Violet Blue

📋 copy color: '#A353AB'

red 163 ◦ green 83 ◦ blue 171

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

Shades of Violet Blue #A353AB

Tints of Violet Blue #A353AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.9%

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

R = 39.09%
G = 19.9%
B = 41.01%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A353AB (or 0xA353AB) is known color: Violet Blue. HEX triplet: A3, 53 and AB. RGB value is (163,83,171). Sum of RGB (Red+Green+Blue) = 163+83+171=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #A353AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A353AB is #5CAC54. Grayscale: #747474. Windows color (decimal): -6073429 or 11228067. OLE color: 11228067.

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

Color convert

RGB 163 83 171 -
CMYK 0.05 0.51 0 0.33
HSL 294.55º 0.35% 0.5% -
HSV(B) 294.55º 0.51% 0.67% -
XYZ 25.55 16.91 40.45 -
YUV 116.95 158.5 160.84 -
System Red Green Blue C M Y K H S L
Decimal 163 83 171 0.05 0.51 0 0.33 294.55 0.35 0.5
Hex A3 53 AB 5 33 0 21 127 23 32
Octal 243 123 253 5 63 0 41 447 43 62
Binary 10100011 1010011 10101011 101 110011 0 100001 100100111 100011 110010

Color Harmonies of #A353AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353AB

Black with #A353AB

Text Example


Text Example

White with #A353AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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