Html Css Color HEX #A4509D Violet Blue

📋 copy color: '#A4509D'

red 164 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #A4509D

Tints of Violet Blue #A4509D

RGB

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

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

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

R = 40.9%
G = 19.95%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4509D (or 0xA4509D) is known color: Violet Blue. HEX triplet: A4, 50 and 9D. RGB value is (164,80,157). Sum of RGB (Red+Green+Blue) = 164+80+157=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4509D is #5BAF62. Grayscale: #717171. Windows color (decimal): -6008675 or 10309796. OLE color: 10309796.

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

Color convert

RGB 164 80 157 -
CMYK 0 0.51 0.04 0.36
HSL 305º 0.34% 0.48% -
HSV(B) 305º 0.51% 0.64% -
XYZ 24.26 16.06 33.72 -
YUV 113.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 164 80 157 0 0.51 0.04 0.36 305 0.34 0.48
Hex A4 50 9D 0 33 4 24 131 22 30
Octal 244 120 235 0 63 4 44 461 42 60
Binary 10100100 1010000 10011101 0 110011 100 100100 100110001 100010 110000

Color Harmonies of #A4509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4509D

Black with #A4509D

Text Example


Text Example

White with #A4509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4509D; }

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

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

background-color css

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

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

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

border-color css

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

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

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