Html Css Color HEX #A479A3 Violet Blue

📋 copy color: '#A479A3'

red 164 ◦ green 121 ◦ blue 163

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

Shades of Violet Blue #A479A3

Tints of Violet Blue #A479A3

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.01%

 BLUE value IS 163 (64.06% from 255) = 36.38%

R = 36.61%
G = 27.01%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A479A3 (or 0xA479A3) is known color: Violet Blue. HEX triplet: A4, 79 and A3. RGB value is (164,121,163). Sum of RGB (Red+Green+Blue) = 164+121+163=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A479A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A479A3 is #5B865C. Grayscale: #8A8A8A. Windows color (decimal): -5998173 or 10713508. OLE color: 10713508.

HSL color Cylindrical-coordinate representation of color #A479A3: hue angle of 301.4º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A479A3 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 121 163 -
CMYK 0 0.26 0.01 0.36
HSL 301.4º 0.19% 0.56% -
HSV(B) 301.4º 0.26% 0.64% -
XYZ 28.76 24.21 37.81 -
YUV 138.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 164 121 163 0 0.26 0.01 0.36 301.4 0.19 0.56
Hex A4 79 A3 0 1A 1 24 12D 13 38
Octal 244 171 243 0 32 1 44 455 23 70
Binary 10100100 1111001 10100011 0 11010 1 100100 100101101 10011 111000

Color Harmonies of #A479A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479A3

Black with #A479A3

Text Example


Text Example

White with #A479A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479A3; }

 p { color: rgb(164,121,163); }

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

background-color css

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

 a { background-color: rgb(164,121,163); }

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

border-color css

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

 span { border-color: rgb(164,121,163); }

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