Html Css Color HEX #A359AB Violet Blue

📋 copy color: '#A359AB'

red 163 ◦ green 89 ◦ blue 171

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

Shades of Violet Blue #A359AB

Tints of Violet Blue #A359AB

RGB

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

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

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

R = 38.53%
G = 21.04%
B = 40.43%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A359AB (or 0xA359AB) is known color: Violet Blue. HEX triplet: A3, 59 and AB. RGB value is (163,89,171). Sum of RGB (Red+Green+Blue) = 163+89+171=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #A359AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A359AB is #5CA654. Grayscale: #787878. Windows color (decimal): -6071893 or 11229603. OLE color: 11229603.

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

Color convert

RGB 163 89 171 -
CMYK 0.05 0.48 0 0.33
HSL 294.15º 0.33% 0.51% -
HSV(B) 294.15º 0.48% 0.67% -
XYZ 26.03 17.87 40.61 -
YUV 120.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 163 89 171 0.05 0.48 0 0.33 294.15 0.33 0.51
Hex A3 59 AB 5 30 0 21 126 21 33
Octal 243 131 253 5 60 0 41 446 41 63
Binary 10100011 1011001 10101011 101 110000 0 100001 100100110 100001 110011

Color Harmonies of #A359AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359AB

Black with #A359AB

Text Example


Text Example

White with #A359AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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