Html Css Color HEX #A631A2 Vivid Violet

📋 copy color: '#A631A2'

red 166 ◦ green 49 ◦ blue 162

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

Shades of Vivid Violet #A631A2

Tints of Vivid Violet #A631A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.97%

R = 44.03%
G = 13%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A631A2 (or 0xA631A2) is known color: Vivid Violet. HEX triplet: A6, 31 and A2. RGB value is (166,49,162). Sum of RGB (Red+Green+Blue) = 166+49+162=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A631A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A631A2 is #59CE5D. Grayscale: #606060. Windows color (decimal): -5885534 or 10629542. OLE color: 10629542.

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

Color convert

RGB 166 49 162 -
CMYK 0 0.70 0.02 0.35
HSL 302.05º 0.54% 0.42% -
HSV(B) 302.05º 0.7% 0.65% -
XYZ 23.35 12.91 35.44 -
YUV 96.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 166 49 162 0 0.70 0.02 0.35 302.05 0.54 0.42
Hex A6 31 A2 0 46 2 23 12E 36 2A
Octal 246 61 242 0 106 2 43 456 66 52
Binary 10100110 110001 10100010 0 1000110 10 100011 100101110 110110 101010

Color Harmonies of #A631A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631A2

Black with #A631A2

Text Example


Text Example

White with #A631A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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