Html Css Color HEX #A4588F Violet Blue

📋 copy color: '#A4588F'

red 164 ◦ green 88 ◦ blue 143

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

Shades of Violet Blue #A4588F

Tints of Violet Blue #A4588F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 41.52%
G = 22.28%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4588F (or 0xA4588F) is known color: Violet Blue. HEX triplet: A4, 58 and 8F. RGB value is (164,88,143). Sum of RGB (Red+Green+Blue) = 164+88+143=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A4588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4588F is #5BA770. Grayscale: #747474. Windows color (decimal): -6006641 or 9394340. OLE color: 9394340.

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

Color convert

RGB 164 88 143 -
CMYK 0 0.46 0.13 0.36
HSL 316.58º 0.3% 0.49% -
HSV(B) 316.58º 0.46% 0.64% -
XYZ 23.76 16.86 27.99 -
YUV 116.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 164 88 143 0 0.46 0.13 0.36 316.58 0.3 0.49
Hex A4 58 8F 0 2E D 24 13D 1E 31
Octal 244 130 217 0 56 15 44 475 36 61
Binary 10100100 1011000 10001111 0 101110 1101 100100 100111101 11110 110001

Color Harmonies of #A4588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4588F

Black with #A4588F

Text Example


Text Example

White with #A4588F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4588F; }

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

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

background-color css

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

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

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

border-color css

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

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

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