Html Css Color HEX #A355A9 Violet Blue

📋 copy color: '#A355A9'

red 163 ◦ green 85 ◦ blue 169

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

Shades of Violet Blue #A355A9

Tints of Violet Blue #A355A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.53%

R = 39.09%
G = 20.38%
B = 40.53%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A355A9 (or 0xA355A9) is known color: Violet Blue. HEX triplet: A3, 55 and A9. RGB value is (163,85,169). Sum of RGB (Red+Green+Blue) = 163+85+169=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 169 - color contains mainly: blue. Hex color #A355A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A355A9 is #5CAA56. Grayscale: #757575. Windows color (decimal): -6072919 or 11097507. OLE color: 11097507.

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

Color convert

RGB 163 85 169 -
CMYK 0.04 0.50 0 0.34
HSL 295.71º 0.33% 0.5% -
HSV(B) 295.71º 0.5% 0.66% -
XYZ 25.51 17.15 39.5 -
YUV 117.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 163 85 169 0.04 0.50 0 0.34 295.71 0.33 0.5
Hex A3 55 A9 4 32 0 22 128 21 32
Octal 243 125 251 4 62 0 42 450 41 62
Binary 10100011 1010101 10101001 100 110010 0 100010 100101000 100001 110010

Color Harmonies of #A355A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355A9

Black with #A355A9

Text Example


Text Example

White with #A355A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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