Html Css Color HEX #A171A4 Violet Blue

📋 copy color: '#A171A4'

red 161 ◦ green 113 ◦ blue 164

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

Shades of Violet Blue #A171A4

Tints of Violet Blue #A171A4

RGB

 RED value IS 161 (63.28% from 255) = 36.76%

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

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

R = 36.76%
G = 25.8%
B = 37.44%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A171A4 (or 0xA171A4) is known color: Violet Blue. HEX triplet: A1, 71 and A4. RGB value is (161,113,164). Sum of RGB (Red+Green+Blue) = 161+113+164=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 164 - color contains mainly: blue. Hex color #A171A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A171A4 is #5E8E5B. Grayscale: #858585. Windows color (decimal): -6196828 or 10776993. OLE color: 10776993.

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

Color convert

RGB 161 113 164 -
CMYK 0.02 0.31 0 0.36
HSL 296.47º 0.22% 0.54% -
HSV(B) 296.47º 0.31% 0.64% -
XYZ 27.3 22.07 37.94 -
YUV 133.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 161 113 164 0.02 0.31 0 0.36 296.47 0.22 0.54
Hex A1 71 A4 2 1F 0 24 128 16 36
Octal 241 161 244 2 37 0 44 450 26 66
Binary 10100001 1110001 10100100 10 11111 0 100100 100101000 10110 110110

Color Harmonies of #A171A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A171A4

Black with #A171A4

Text Example


Text Example

White with #A171A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A171A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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