Html Css Color HEX #A4589B Violet Blue

📋 copy color: '#A4589B'

red 164 ◦ green 88 ◦ blue 155

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

Shades of Violet Blue #A4589B

Tints of Violet Blue #A4589B

RGB

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

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

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

R = 40.29%
G = 21.62%
B = 38.08%

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

#A4589B (or 0xA4589B) is known color: Violet Blue. HEX triplet: A4, 58 and 9B. RGB value is (164,88,155). Sum of RGB (Red+Green+Blue) = 164+88+155=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4589B is #5BA764. Grayscale: #767676. Windows color (decimal): -6006629 or 10180772. OLE color: 10180772.

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

Color convert

RGB 164 88 155 -
CMYK 0 0.46 0.05 0.36
HSL 307.11º 0.3% 0.49% -
HSV(B) 307.11º 0.46% 0.64% -
XYZ 24.72 17.24 33.04 -
YUV 118.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 164 88 155 0 0.46 0.05 0.36 307.11 0.3 0.49
Hex A4 58 9B 0 2E 5 24 133 1E 31
Octal 244 130 233 0 56 5 44 463 36 61
Binary 10100100 1011000 10011011 0 101110 101 100100 100110011 11110 110001

Color Harmonies of #A4589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4589B

Black with #A4589B

Text Example


Text Example

White with #A4589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4589B; }

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

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

background-color css

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

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

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

border-color css

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

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

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