Html Css Color HEX #A355AA Violet Blue

📋 copy color: '#A355AA'

red 163 ◦ green 85 ◦ blue 170

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

Shades of Violet Blue #A355AA

Tints of Violet Blue #A355AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

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

R = 39%
G = 20.33%
B = 40.67%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A355AA (or 0xA355AA) is known color: Violet Blue. HEX triplet: A3, 55 and AA. RGB value is (163,85,170). Sum of RGB (Red+Green+Blue) = 163+85+170=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #A355AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A355AA is #5CAA55. Grayscale: #757575. Windows color (decimal): -6072918 or 11163043. OLE color: 11163043.

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

Color convert

RGB 163 85 170 -
CMYK 0.04 0.50 0 0.33
HSL 295.06º 0.33% 0.5% -
HSV(B) 295.06º 0.5% 0.67% -
XYZ 25.61 17.19 40 -
YUV 118.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 163 85 170 0.04 0.50 0 0.33 295.06 0.33 0.5
Hex A3 55 AA 4 32 0 21 127 21 32
Octal 243 125 252 4 62 0 41 447 41 62
Binary 10100011 1010101 10101010 100 110010 0 100001 100100111 100001 110010

Color Harmonies of #A355AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355AA

Black with #A355AA

Text Example


Text Example

White with #A355AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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