Html Css Color HEX #A4508D Violet Blue

📋 copy color: '#A4508D'

red 164 ◦ green 80 ◦ blue 141

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

Shades of Violet Blue #A4508D

Tints of Violet Blue #A4508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.78%

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

R = 42.6%
G = 20.78%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4508D (or 0xA4508D) is known color: Violet Blue. HEX triplet: A4, 50 and 8D. RGB value is (164,80,141). Sum of RGB (Red+Green+Blue) = 164+80+141=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4508D is #5BAF72. Grayscale: #6F6F6F. Windows color (decimal): -6008691 or 9261220. OLE color: 9261220.

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

Color convert

RGB 164 80 141 -
CMYK 0 0.51 0.14 0.36
HSL 316.43º 0.34% 0.48% -
HSV(B) 316.43º 0.51% 0.64% -
XYZ 22.99 15.55 26.99 -
YUV 112.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 164 80 141 0 0.51 0.14 0.36 316.43 0.34 0.48
Hex A4 50 8D 0 33 E 24 13C 22 30
Octal 244 120 215 0 63 16 44 474 42 60
Binary 10100100 1010000 10001101 0 110011 1110 100100 100111100 100010 110000

Color Harmonies of #A4508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4508D

Black with #A4508D

Text Example


Text Example

White with #A4508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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