Html Css Color HEX #A4509E Violet Blue

📋 copy color: '#A4509E'

red 164 ◦ green 80 ◦ blue 158

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

Shades of Violet Blue #A4509E

Tints of Violet Blue #A4509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 40.8%
G = 19.9%
B = 39.3%

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

#A4509E (or 0xA4509E) is known color: Violet Blue. HEX triplet: A4, 50 and 9E. RGB value is (164,80,158). Sum of RGB (Red+Green+Blue) = 164+80+158=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4509E is #5BAF61. Grayscale: #717171. Windows color (decimal): -6008674 or 10375332. OLE color: 10375332.

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

Color convert

RGB 164 80 158 -
CMYK 0 0.51 0.04 0.36
HSL 304.29º 0.34% 0.48% -
HSV(B) 304.29º 0.51% 0.64% -
XYZ 24.35 16.1 34.17 -
YUV 114.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 164 80 158 0 0.51 0.04 0.36 304.29 0.34 0.48
Hex A4 50 9E 0 33 4 24 130 22 30
Octal 244 120 236 0 63 4 44 460 42 60
Binary 10100100 1010000 10011110 0 110011 100 100100 100110000 100010 110000

Color Harmonies of #A4509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4509E

Black with #A4509E

Text Example


Text Example

White with #A4509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4509E; }

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

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

background-color css

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

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

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

border-color css

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

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

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