Html Css Color HEX #A4489D Violet Blue

📋 copy color: '#A4489D'

red 164 ◦ green 72 ◦ blue 157

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

Shades of Violet Blue #A4489D

Tints of Violet Blue #A4489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.32%

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 41.73%
G = 18.32%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4489D (or 0xA4489D) is known color: Violet Blue. HEX triplet: A4, 48 and 9D. RGB value is (164,72,157). Sum of RGB (Red+Green+Blue) = 164+72+157=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4489D is #5BB762. Grayscale: #6C6C6C. Windows color (decimal): -6010723 or 10307748. OLE color: 10307748.

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

Color convert

RGB 164 72 157 -
CMYK 0 0.56 0.04 0.36
HSL 304.57º 0.39% 0.46% -
HSV(B) 304.57º 0.56% 0.64% -
XYZ 23.71 14.96 33.54 -
YUV 109.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 164 72 157 0 0.56 0.04 0.36 304.57 0.39 0.46
Hex A4 48 9D 0 38 4 24 131 27 2E
Octal 244 110 235 0 70 4 44 461 47 56
Binary 10100100 1001000 10011101 0 111000 100 100100 100110001 100111 101110

Color Harmonies of #A4489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4489D

Black with #A4489D

Text Example


Text Example

White with #A4489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4489D; }

 p { color: rgb(164,72,157); }

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

background-color css

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

 a { background-color: rgb(164,72,157); }

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

border-color css

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

 span { border-color: rgb(164,72,157); }

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