Html Css Color HEX #A4719E Violet Blue

📋 copy color: '#A4719E'

red 164 ◦ green 113 ◦ blue 158

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

Shades of Violet Blue #A4719E

Tints of Violet Blue #A4719E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.98%

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

R = 37.7%
G = 25.98%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4719E (or 0xA4719E) is known color: Violet Blue. HEX triplet: A4, 71 and 9E. RGB value is (164,113,158). Sum of RGB (Red+Green+Blue) = 164+113+158=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4719E is #5B8E61. Grayscale: #858585. Windows color (decimal): -6000226 or 10383780. OLE color: 10383780.

HSL color Cylindrical-coordinate representation of color #A4719E: hue angle of 307.06º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4719E is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 158 -
CMYK 0 0.31 0.04 0.36
HSL 307.06º 0.22% 0.54% -
HSV(B) 307.06º 0.31% 0.64% -
XYZ 27.39 22.17 35.18 -
YUV 133.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 164 113 158 0 0.31 0.04 0.36 307.06 0.22 0.54
Hex A4 71 9E 0 1F 4 24 133 16 36
Octal 244 161 236 0 37 4 44 463 26 66
Binary 10100100 1110001 10011110 0 11111 100 100100 100110011 10110 110110

Color Harmonies of #A4719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4719E

Black with #A4719E

Text Example


Text Example

White with #A4719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4719E; }

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

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

background-color css

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

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

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

border-color css

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

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

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