Html Css Color HEX #A031A8 Vivid Violet

📋 copy color: '#A031A8'

red 160 ◦ green 49 ◦ blue 168

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

Shades of Vivid Violet #A031A8

Tints of Vivid Violet #A031A8

RGB

 RED value IS 160 (62.89% from 255) = 42.44%

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

 BLUE value IS 168 (66.02% from 255) = 44.56%

R = 42.44%
G = 13%
B = 44.56%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A031A8 (or 0xA031A8) is known color: Vivid Violet. HEX triplet: A0, 31 and A8. RGB value is (160,49,168). Sum of RGB (Red+Green+Blue) = 160+49+168=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 168 - color contains mainly: blue. Hex color #A031A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A031A8 is #5FCE57. Grayscale: #5F5F5F. Windows color (decimal): -6278744 or 11022752. OLE color: 11022752.

HSL color Cylindrical-coordinate representation of color #A031A8: hue angle of 295.97º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A031A8 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 49 168 -
CMYK 0.05 0.71 0 0.34
HSL 295.97º 0.55% 0.43% -
HSV(B) 295.97º 0.71% 0.66% -
XYZ 22.66 12.5 38.26 -
YUV 95.76 168.77 173.82 -
System Red Green Blue C M Y K H S L
Decimal 160 49 168 0.05 0.71 0 0.34 295.97 0.55 0.43
Hex A0 31 A8 5 47 0 22 128 37 2B
Octal 240 61 250 5 107 0 42 450 67 53
Binary 10100000 110001 10101000 101 1000111 0 100010 100101000 110111 101011

Color Harmonies of #A031A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031A8

Black with #A031A8

Text Example


Text Example

White with #A031A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031A8; }

 p { color: rgb(160,49,168); }

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

background-color css

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

 a { background-color: rgb(160,49,168); }

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

border-color css

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

 span { border-color: rgb(160,49,168); }

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