Html Css Color HEX #A631A3 Vivid Violet

📋 copy color: '#A631A3'

red 166 ◦ green 49 ◦ blue 163

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

Shades of Vivid Violet #A631A3

Tints of Vivid Violet #A631A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.12%

R = 43.92%
G = 12.96%
B = 43.12%

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

#A631A3 (or 0xA631A3) is known color: Vivid Violet. HEX triplet: A6, 31 and A3. RGB value is (166,49,163). Sum of RGB (Red+Green+Blue) = 166+49+163=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A631A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A631A3 is #59CE5C. Grayscale: #606060. Windows color (decimal): -5885533 or 10695078. OLE color: 10695078.

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

Color convert

RGB 166 49 163 -
CMYK 0 0.70 0.02 0.35
HSL 301.54º 0.54% 0.42% -
HSV(B) 301.54º 0.7% 0.65% -
XYZ 23.44 12.95 35.91 -
YUV 96.98 165.26 177.23 -
System Red Green Blue C M Y K H S L
Decimal 166 49 163 0 0.70 0.02 0.35 301.54 0.54 0.42
Hex A6 31 A3 0 46 2 23 12E 36 2A
Octal 246 61 243 0 106 2 43 456 66 52
Binary 10100110 110001 10100011 0 1000110 10 100011 100101110 110110 101010

Color Harmonies of #A631A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631A3

Black with #A631A3

Text Example


Text Example

White with #A631A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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