Html Css Color HEX #A359A0 Violet Blue

📋 copy color: '#A359A0'

red 163 ◦ green 89 ◦ blue 160

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

Shades of Violet Blue #A359A0

Tints of Violet Blue #A359A0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.6%

 BLUE value IS 160 (62.89% from 255) = 38.83%

R = 39.56%
G = 21.6%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A359A0 (or 0xA359A0) is known color: Violet Blue. HEX triplet: A3, 59 and A0. RGB value is (163,89,160). Sum of RGB (Red+Green+Blue) = 163+89+160=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A359A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A359A0 is #5CA65F. Grayscale: #777777. Windows color (decimal): -6071904 or 10508707. OLE color: 10508707.

HSL color Cylindrical-coordinate representation of color #A359A0: hue angle of 302.43º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A359A0 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 160 -
CMYK 0 0.45 0.02 0.36
HSL 302.43º 0.29% 0.49% -
HSV(B) 302.43º 0.45% 0.64% -
XYZ 25.02 17.47 35.31 -
YUV 119.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 163 89 160 0 0.45 0.02 0.36 302.43 0.29 0.49
Hex A3 59 A0 0 2D 2 24 12E 1D 31
Octal 243 131 240 0 55 2 44 456 35 61
Binary 10100011 1011001 10100000 0 101101 10 100100 100101110 11101 110001

Color Harmonies of #A359A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359A0

Black with #A359A0

Text Example


Text Example

White with #A359A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359A0; }

 p { color: rgb(163,89,160); }

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

background-color css

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

 a { background-color: rgb(163,89,160); }

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

border-color css

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

 span { border-color: rgb(163,89,160); }

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