Html Css Color HEX #A30FBF Dark Violet

📋 copy color: '#A30FBF'

red 163 ◦ green 15 ◦ blue 191

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

Shades of Dark Violet #A30FBF

Tints of Dark Violet #A30FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.76%

R = 44.17%
G = 4.07%
B = 51.76%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A30FBF (or 0xA30FBF) is known color: Dark Violet. HEX triplet: A3, 0F and BF. RGB value is (163,15,191). Sum of RGB (Red+Green+Blue) = 163+15+191=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #A30FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FBF is #5CF040. Grayscale: #4E4E4E. Windows color (decimal): -6090817 or 12521379. OLE color: 12521379.

HSL color Cylindrical-coordinate representation of color #A30FBF: hue angle of 290.45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30FBF is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 15 191 -
CMYK 0.15 0.92 0 0.25
HSL 290.45º 0.85% 0.4% -
HSV(B) 290.45º 0.92% 0.75% -
XYZ 24.68 11.89 50.28 -
YUV 79.32 191.03 187.69 -
System Red Green Blue C M Y K H S L
Decimal 163 15 191 0.15 0.92 0 0.25 290.45 0.85 0.4
Hex A3 F BF F 5C 0 19 122 55 28
Octal 243 17 277 17 134 0 31 442 125 50
Binary 10100011 1111 10111111 1111 1011100 0 11001 100100010 1010101 101000

Color Harmonies of #A30FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FBF

Black with #A30FBF

Text Example


Text Example

White with #A30FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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