Html Css Color HEX #A631A1 Vivid Violet

📋 copy color: '#A631A1'

red 166 ◦ green 49 ◦ blue 161

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

Shades of Vivid Violet #A631A1

Tints of Vivid Violet #A631A1

RGB

 RED value IS 166 (65.23% from 255) = 44.15%

 GREEN value IS 49 (19.53% from 255) = 13.03%

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

R = 44.15%
G = 13.03%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A631A1 (or 0xA631A1) is known color: Vivid Violet. HEX triplet: A6, 31 and A1. RGB value is (166,49,161). Sum of RGB (Red+Green+Blue) = 166+49+161=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A631A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A631A1 is #59CE5E. Grayscale: #606060. Windows color (decimal): -5885535 or 10564006. OLE color: 10564006.

HSL color Cylindrical-coordinate representation of color #A631A1: hue angle of 302.56º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A631A1 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 49 161 -
CMYK 0 0.70 0.03 0.35
HSL 302.56º 0.54% 0.42% -
HSV(B) 302.56º 0.7% 0.65% -
XYZ 23.26 12.88 34.98 -
YUV 96.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 166 49 161 0 0.70 0.03 0.35 302.56 0.54 0.42
Hex A6 31 A1 0 46 3 23 12F 36 2A
Octal 246 61 241 0 106 3 43 457 66 52
Binary 10100110 110001 10100001 0 1000110 11 100011 100101111 110110 101010

Color Harmonies of #A631A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631A1

Black with #A631A1

Text Example


Text Example

White with #A631A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631A1; }

 p { color: rgb(166,49,161); }

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

background-color css

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

 a { background-color: rgb(166,49,161); }

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

border-color css

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

 span { border-color: rgb(166,49,161); }

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