Html Css Color HEX #A030A1 Vivid Violet

📋 copy color: '#A030A1'

red 160 ◦ green 48 ◦ blue 161

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

Shades of Vivid Violet #A030A1

Tints of Vivid Violet #A030A1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.01%

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

R = 43.36%
G = 13.01%
B = 43.63%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A030A1 (or 0xA030A1) is known color: Vivid Violet. HEX triplet: A0, 30 and A1. RGB value is (160,48,161). Sum of RGB (Red+Green+Blue) = 160+48+161=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 161 - color contains mainly: blue. Hex color #A030A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A030A1 is #5FCF5E. Grayscale: #5E5E5E. Windows color (decimal): -6279007 or 10563744. OLE color: 10563744.

HSL color Cylindrical-coordinate representation of color #A030A1: hue angle of 299.47º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A030A1 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 161 -
CMYK 0.01 0.70 0 0.37
HSL 299.47º 0.54% 0.41% -
HSV(B) 299.47º 0.7% 0.63% -
XYZ 21.99 12.16 34.91 -
YUV 94.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 160 48 161 0.01 0.70 0 0.37 299.47 0.54 0.41
Hex A0 30 A1 1 46 0 25 12B 36 29
Octal 240 60 241 1 106 0 45 453 66 51
Binary 10100000 110000 10100001 1 1000110 0 100101 100101011 110110 101001

Color Harmonies of #A030A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030A1

Black with #A030A1

Text Example


Text Example

White with #A030A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030A1; }

 p { color: rgb(160,48,161); }

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

background-color css

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

 a { background-color: rgb(160,48,161); }

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

border-color css

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

 span { border-color: rgb(160,48,161); }

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