#A30FB7

Color #A30FB7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A30FB7

Tints of Dark Violet #A30FB7

Color information

#A30FB7 (or 0xA30FB7) is unknown color: approx Dark Violet. HEX triplet: A3, 0F and B7. RGB value is (163,15,183). Sum of RGB (Red+Green+Blue) = 163+15+183=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #A30FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FB7 is #5CF048. Grayscale: #4D4D4D. Windows color (decimal): -6090825 or 11997091. OLE color: 11997091.

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

Color convert

RGB16315183-
CMYK0.110.9200.28
HSL292.86º84.85%38.82%-
HSV(B)292.86º91.8%71.76%-
XYZ23.8211.5545.77-
YUV78.4187.03188.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 15 (6.25% from 255) = 4.16%
BLUE value IS 183 (71.88% from 255) = 50.69%
R=45.15%
G=4.16%
B=50.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal163151830.110.9200.28292.8684.8538.82
HexA3FB7B5C01C1255527
Octal243172671313403444512547
Binary10100011111110110111101110111000111001001001011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30FB7; }

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

 H1.HeaderClassName
 {
   color: #A30FB7;
 }
 .AnyTagClassName
 {
   color: #A30FB7;
 }
</style>
background-color css

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

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

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

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

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

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