Html Css Color HEX #A353AA Violet Blue

📋 copy color: '#A353AA'

red 163 ◦ green 83 ◦ blue 170

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

Shades of Violet Blue #A353AA

Tints of Violet Blue #A353AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 39.18%
G = 19.95%
B = 40.87%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A353AA (or 0xA353AA) is known color: Violet Blue. HEX triplet: A3, 53 and AA. RGB value is (163,83,170). Sum of RGB (Red+Green+Blue) = 163+83+170=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #A353AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A353AA is #5CAC55. Grayscale: #747474. Windows color (decimal): -6073430 or 11162531. OLE color: 11162531.

HSL color Cylindrical-coordinate representation of color #A353AA: hue angle of 295.17º degrees, saturation: 0.34, 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 #A353AA is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 83 170 -
CMYK 0.04 0.51 0 0.33
HSL 295.17º 0.34% 0.5% -
HSV(B) 295.17º 0.51% 0.67% -
XYZ 25.45 16.88 39.95 -
YUV 116.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 163 83 170 0.04 0.51 0 0.33 295.17 0.34 0.5
Hex A3 53 AA 4 33 0 21 127 22 32
Octal 243 123 252 4 63 0 41 447 42 62
Binary 10100011 1010011 10101010 100 110011 0 100001 100100111 100010 110010

Color Harmonies of #A353AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353AA

Black with #A353AA

Text Example


Text Example

White with #A353AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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