Html Css Color HEX #A730A6 Vivid Violet

📋 copy color: '#A730A6'

red 167 ◦ green 48 ◦ blue 166

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

Shades of Vivid Violet #A730A6

Tints of Vivid Violet #A730A6

RGB

 RED value IS 167 (65.63% from 255) = 43.83%

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

 BLUE value IS 166 (65.23% from 255) = 43.57%

R = 43.83%
G = 12.6%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A730A6 (or 0xA730A6) is known color: Vivid Violet. HEX triplet: A7, 30 and A6. RGB value is (167,48,166). Sum of RGB (Red+Green+Blue) = 167+48+166=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A730A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A730A6 is #58CF59. Grayscale: #606060. Windows color (decimal): -5820250 or 10891431. OLE color: 10891431.

HSL color Cylindrical-coordinate representation of color #A730A6: hue angle of 300.5º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A730A6 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 48 166 -
CMYK 0 0.71 0.01 0.35
HSL 300.5º 0.55% 0.42% -
HSV(B) 300.5º 0.71% 0.65% -
XYZ 23.88 13.08 37.34 -
YUV 97.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 167 48 166 0 0.71 0.01 0.35 300.5 0.55 0.42
Hex A7 30 A6 0 47 1 23 12D 37 2A
Octal 247 60 246 0 107 1 43 455 67 52
Binary 10100111 110000 10100110 0 1000111 1 100011 100101101 110111 101010

Color Harmonies of #A730A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730A6

Black with #A730A6

Text Example


Text Example

White with #A730A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730A6; }

 p { color: rgb(167,48,166); }

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

background-color css

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

 a { background-color: rgb(167,48,166); }

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

border-color css

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

 span { border-color: rgb(167,48,166); }

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