Html Css Color HEX #A30FBA Dark Violet

📋 copy color: '#A30FBA'

red 163 ◦ green 15 ◦ blue 186

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

Shades of Dark Violet #A30FBA

Tints of Dark Violet #A30FBA

RGB

 RED value IS 163 (64.06% from 255) = 44.78%

 GREEN value IS 15 (6.25% from 255) = 4.12%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 44.78%
G = 4.12%
B = 51.1%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A30FBA (or 0xA30FBA) is known color: Dark Violet. HEX triplet: A3, 0F and BA. RGB value is (163,15,186). Sum of RGB (Red+Green+Blue) = 163+15+186=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #A30FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FBA is #5CF045. Grayscale: #4E4E4E. Windows color (decimal): -6090822 or 12193699. OLE color: 12193699.

HSL color Cylindrical-coordinate representation of color #A30FBA: hue angle of 291.93º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30FBA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 15 186 -
CMYK 0.12 0.92 0 0.27
HSL 291.93º 0.85% 0.39% -
HSV(B) 291.93º 0.92% 0.73% -
XYZ 24.14 11.67 47.44 -
YUV 78.75 188.53 188.1 -
System Red Green Blue C M Y K H S L
Decimal 163 15 186 0.12 0.92 0 0.27 291.93 0.85 0.39
Hex A3 F BA C 5C 0 1B 124 55 27
Octal 243 17 272 14 134 0 33 444 125 47
Binary 10100011 1111 10111010 1100 1011100 0 11011 100100100 1010101 100111

Color Harmonies of #A30FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FBA

Black with #A30FBA

Text Example


Text Example

White with #A30FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FBA; }

 p { color: rgb(163,15,186); }

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

background-color css

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

 a { background-color: rgb(163,15,186); }

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

border-color css

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

 span { border-color: rgb(163,15,186); }

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