#A730C3

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

Shades of Dark Orchid #A730C3

Tints of Dark Orchid #A730C3

Color information

#A730C3 (or 0xA730C3) is unknown color: approx Dark Orchid. HEX triplet: A7, 30 and C3. RGB value is (167,48,195). Sum of RGB (Red+Green+Blue) = 167+48+195=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #A730C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730C3 is #58CF3C. Grayscale: #636363. Windows color (decimal): -5820221 or 12791975. OLE color: 12791975.

HSL color Cylindrical-coordinate representation of color #A730C3: hue angle of 288.57º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A730C3 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16748195-
CMYK0.140.7500.24
HSL288.57º60.49%47.65%-
HSV(B)288.57º75.38%76.47%-
XYZ26.8414.2752.97-
YUV100.34181.42175.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.73%
GREEN value IS 48 (19.14% from 255) = 11.71%
BLUE value IS 195 (76.56% from 255) = 47.56%
R=40.73%
G=11.71%
B=47.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167481950.140.7500.24288.5760.4947.65
HexA730C3E4B0181213c30
Octal24760303161130304417460
Binary101001111100001100001111101001011011000100100001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A730C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A730C3; }

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

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

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

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

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

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

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

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