Html Css Color HEX #A3589B Violet Blue

📋 copy color: '#A3589B'

red 163 ◦ green 88 ◦ blue 155

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

Shades of Violet Blue #A3589B

Tints of Violet Blue #A3589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 40.15%
G = 21.67%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A3589B (or 0xA3589B) is known color: Violet Blue. HEX triplet: A3, 58 and 9B. RGB value is (163,88,155). Sum of RGB (Red+Green+Blue) = 163+88+155=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3589B is #5CA764. Grayscale: #757575. Windows color (decimal): -6072165 or 10180771. OLE color: 10180771.

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

Color convert

RGB 163 88 155 -
CMYK 0 0.46 0.05 0.36
HSL 306.4º 0.3% 0.49% -
HSV(B) 306.4º 0.46% 0.64% -
XYZ 24.51 17.13 33.03 -
YUV 118.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 163 88 155 0 0.46 0.05 0.36 306.4 0.3 0.49
Hex A3 58 9B 0 2E 5 24 132 1E 31
Octal 243 130 233 0 56 5 44 462 36 61
Binary 10100011 1011000 10011011 0 101110 101 100100 100110010 11110 110001

Color Harmonies of #A3589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3589B

Black with #A3589B

Text Example


Text Example

White with #A3589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3589B; }

 p { color: rgb(163,88,155); }

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

background-color css

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

 a { background-color: rgb(163,88,155); }

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

border-color css

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

 span { border-color: rgb(163,88,155); }

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