Html Css Color HEX #A4589F Violet Blue

📋 copy color: '#A4589F'

red 164 ◦ green 88 ◦ blue 159

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

Shades of Violet Blue #A4589F

Tints of Violet Blue #A4589F

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

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

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 39.9%
G = 21.41%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4589F (or 0xA4589F) is known color: Violet Blue. HEX triplet: A4, 58 and 9F. RGB value is (164,88,159). Sum of RGB (Red+Green+Blue) = 164+88+159=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A4589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4589F is #5BA760. Grayscale: #767676. Windows color (decimal): -6006625 or 10442916. OLE color: 10442916.

HSL color Cylindrical-coordinate representation of color #A4589F: hue angle of 303.95º 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 #A4589F is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 88 159 -
CMYK 0 0.46 0.03 0.36
HSL 303.95º 0.3% 0.49% -
HSV(B) 303.95º 0.46% 0.64% -
XYZ 25.06 17.38 34.83 -
YUV 118.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 164 88 159 0 0.46 0.03 0.36 303.95 0.3 0.49
Hex A4 58 9F 0 2E 3 24 130 1E 31
Octal 244 130 237 0 56 3 44 460 36 61
Binary 10100100 1011000 10011111 0 101110 11 100100 100110000 11110 110001

Color Harmonies of #A4589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4589F

Black with #A4589F

Text Example


Text Example

White with #A4589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4589F; }

 p { color: rgb(164,88,159); }

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

background-color css

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

 a { background-color: rgb(164,88,159); }

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

border-color css

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

 span { border-color: rgb(164,88,159); }

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