Html Css Color HEX #A030A8 Vivid Violet

📋 copy color: '#A030A8'

red 160 ◦ green 48 ◦ blue 168

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

Shades of Vivid Violet #A030A8

Tints of Vivid Violet #A030A8

RGB

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

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

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

R = 42.55%
G = 12.77%
B = 44.68%

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

#A030A8 (or 0xA030A8) is known color: Vivid Violet. HEX triplet: A0, 30 and A8. RGB value is (160,48,168). Sum of RGB (Red+Green+Blue) = 160+48+168=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 168 - color contains mainly: blue. Hex color #A030A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A030A8 is #5FCF57. Grayscale: #5E5E5E. Windows color (decimal): -6279000 or 11022496. OLE color: 11022496.

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

Color convert

RGB 160 48 168 -
CMYK 0.05 0.71 0 0.34
HSL 296º 0.56% 0.42% -
HSV(B) 296º 0.71% 0.66% -
XYZ 22.62 12.41 38.25 -
YUV 95.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 160 48 168 0.05 0.71 0 0.34 296 0.56 0.42
Hex A0 30 A8 5 47 0 22 128 38 2A
Octal 240 60 250 5 107 0 42 450 70 52
Binary 10100000 110000 10101000 101 1000111 0 100010 100101000 111000 101010

Color Harmonies of #A030A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030A8

Black with #A030A8

Text Example


Text Example

White with #A030A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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