Html Css Color HEX #A4489C Violet Blue

📋 copy color: '#A4489C'

red 164 ◦ green 72 ◦ blue 156

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

Shades of Violet Blue #A4489C

Tints of Violet Blue #A4489C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.8%

R = 41.84%
G = 18.37%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4489C (or 0xA4489C) is known color: Violet Blue. HEX triplet: A4, 48 and 9C. RGB value is (164,72,156). Sum of RGB (Red+Green+Blue) = 164+72+156=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4489C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4489C is #5BB763. Grayscale: #6C6C6C. Windows color (decimal): -6010724 or 10242212. OLE color: 10242212.

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

Color convert

RGB 164 72 156 -
CMYK 0 0.56 0.05 0.36
HSL 305.22º 0.39% 0.46% -
HSV(B) 305.22º 0.56% 0.64% -
XYZ 23.63 14.93 33.09 -
YUV 109.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 164 72 156 0 0.56 0.05 0.36 305.22 0.39 0.46
Hex A4 48 9C 0 38 5 24 131 27 2E
Octal 244 110 234 0 70 5 44 461 47 56
Binary 10100100 1001000 10011100 0 111000 101 100100 100110001 100111 101110

Color Harmonies of #A4489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4489C

Black with #A4489C

Text Example


Text Example

White with #A4489C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4489C; }

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

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

background-color css

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

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

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

border-color css

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

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

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