Html Css Color HEX #A746A1 Violet Blue

📋 copy color: '#A746A1'

red 167 ◦ green 70 ◦ blue 161

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

Shades of Violet Blue #A746A1

Tints of Violet Blue #A746A1

RGB

 RED value IS 167 (65.63% from 255) = 41.96%

 GREEN value IS 70 (27.73% from 255) = 17.59%

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

R = 41.96%
G = 17.59%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A746A1 (or 0xA746A1) is known color: Violet Blue. HEX triplet: A7, 46 and A1. RGB value is (167,70,161). Sum of RGB (Red+Green+Blue) = 167+70+161=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A746A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A746A1 is #58B95E. Grayscale: #6D6D6D. Windows color (decimal): -5814623 or 10569383. OLE color: 10569383.

HSL color Cylindrical-coordinate representation of color #A746A1: hue angle of 303.71º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A746A1 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 70 161 -
CMYK 0 0.58 0.04 0.35
HSL 303.71º 0.41% 0.46% -
HSV(B) 303.71º 0.58% 0.65% -
XYZ 24.56 15.17 35.35 -
YUV 109.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 167 70 161 0 0.58 0.04 0.35 303.71 0.41 0.46
Hex A7 46 A1 0 3A 4 23 130 29 2E
Octal 247 106 241 0 72 4 43 460 51 56
Binary 10100111 1000110 10100001 0 111010 100 100011 100110000 101001 101110

Color Harmonies of #A746A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A746A1

Black with #A746A1

Text Example


Text Example

White with #A746A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A746A1; }

 p { color: rgb(167,70,161); }

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

background-color css

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

 a { background-color: rgb(167,70,161); }

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

border-color css

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

 span { border-color: rgb(167,70,161); }

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