Html Css Color HEX #A474A1 Violet Blue

📋 copy color: '#A474A1'

red 164 ◦ green 116 ◦ blue 161

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

Shades of Violet Blue #A474A1

Tints of Violet Blue #A474A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.51%

R = 37.19%
G = 26.3%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A474A1 (or 0xA474A1) is known color: Violet Blue. HEX triplet: A4, 74 and A1. RGB value is (164,116,161). Sum of RGB (Red+Green+Blue) = 164+116+161=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A474A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A474A1 is #5B8B5E. Grayscale: #878787. Windows color (decimal): -5999455 or 10581156. OLE color: 10581156.

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

Color convert

RGB 164 116 161 -
CMYK 0 0.29 0.02 0.36
HSL 303.75º 0.21% 0.55% -
HSV(B) 303.75º 0.29% 0.64% -
XYZ 27.99 22.96 36.67 -
YUV 135.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 164 116 161 0 0.29 0.02 0.36 303.75 0.21 0.55
Hex A4 74 A1 0 1D 2 24 130 15 37
Octal 244 164 241 0 35 2 44 460 25 67
Binary 10100100 1110100 10100001 0 11101 10 100100 100110000 10101 110111

Color Harmonies of #A474A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474A1

Black with #A474A1

Text Example


Text Example

White with #A474A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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