Html Css Color HEX #A4749E Violet Blue

📋 copy color: '#A4749E'

red 164 ◦ green 116 ◦ blue 158

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

Shades of Violet Blue #A4749E

Tints of Violet Blue #A4749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.48%

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

R = 37.44%
G = 26.48%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4749E (or 0xA4749E) is known color: Violet Blue. HEX triplet: A4, 74 and 9E. RGB value is (164,116,158). Sum of RGB (Red+Green+Blue) = 164+116+158=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4749E is #5B8B61. Grayscale: #878787. Windows color (decimal): -5999458 or 10384548. OLE color: 10384548.

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

Color convert

RGB 164 116 158 -
CMYK 0 0.29 0.04 0.36
HSL 307.5º 0.21% 0.55% -
HSV(B) 307.5º 0.29% 0.64% -
XYZ 27.73 22.85 35.3 -
YUV 135.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 164 116 158 0 0.29 0.04 0.36 307.5 0.21 0.55
Hex A4 74 9E 0 1D 4 24 134 15 37
Octal 244 164 236 0 35 4 44 464 25 67
Binary 10100100 1110100 10011110 0 11101 100 100100 100110100 10101 110111

Color Harmonies of #A4749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4749E

Black with #A4749E

Text Example


Text Example

White with #A4749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4749E; }

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

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

background-color css

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

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

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

border-color css

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

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

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