Html Css Color HEX #A4538D Violet Blue

📋 copy color: '#A4538D'

red 164 ◦ green 83 ◦ blue 141

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

Shades of Violet Blue #A4538D

Tints of Violet Blue #A4538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.39%

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 42.27%
G = 21.39%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4538D (or 0xA4538D) is known color: Violet Blue. HEX triplet: A4, 53 and 8D. RGB value is (164,83,141). Sum of RGB (Red+Green+Blue) = 164+83+141=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4538D is #5BAC72. Grayscale: #717171. Windows color (decimal): -6007923 or 9261988. OLE color: 9261988.

HSL color Cylindrical-coordinate representation of color #A4538D: hue angle of 317.04º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4538D is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 83 141 -
CMYK 0 0.49 0.14 0.36
HSL 317.04º 0.33% 0.48% -
HSV(B) 317.04º 0.49% 0.64% -
XYZ 23.21 16 27.06 -
YUV 113.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 164 83 141 0 0.49 0.14 0.36 317.04 0.33 0.48
Hex A4 53 8D 0 31 E 24 13D 21 30
Octal 244 123 215 0 61 16 44 475 41 60
Binary 10100100 1010011 10001101 0 110001 1110 100100 100111101 100001 110000

Color Harmonies of #A4538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4538D

Black with #A4538D

Text Example


Text Example

White with #A4538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4538D; }

 p { color: rgb(164,83,141); }

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

background-color css

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

 a { background-color: rgb(164,83,141); }

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

border-color css

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

 span { border-color: rgb(164,83,141); }

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