Html Css Color HEX #A4508F Violet Blue

📋 copy color: '#A4508F'

red 164 ◦ green 80 ◦ blue 143

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

Shades of Violet Blue #A4508F

Tints of Violet Blue #A4508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 42.38%
G = 20.67%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4508F (or 0xA4508F) is known color: Violet Blue. HEX triplet: A4, 50 and 8F. RGB value is (164,80,143). Sum of RGB (Red+Green+Blue) = 164+80+143=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4508F is #5BAF70. Grayscale: #707070. Windows color (decimal): -6008689 or 9392292. OLE color: 9392292.

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

Color convert

RGB 164 80 143 -
CMYK 0 0.51 0.13 0.36
HSL 315º 0.34% 0.48% -
HSV(B) 315º 0.51% 0.64% -
XYZ 23.14 15.61 27.78 -
YUV 112.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 164 80 143 0 0.51 0.13 0.36 315 0.34 0.48
Hex A4 50 8F 0 33 D 24 13B 22 30
Octal 244 120 217 0 63 15 44 473 42 60
Binary 10100100 1010000 10001111 0 110011 1101 100100 100111011 100010 110000

Color Harmonies of #A4508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4508F

Black with #A4508F

Text Example


Text Example

White with #A4508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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