#A830C1

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

Shades of Dark Orchid #A830C1

Tints of Dark Orchid #A830C1

Color information

#A830C1 (or 0xA830C1) is unknown color: approx Dark Orchid. HEX triplet: A8, 30 and C1. RGB value is (168,48,193). Sum of RGB (Red+Green+Blue) = 168+48+193=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #A830C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830C1 is #57CF3E. Grayscale: #636363. Windows color (decimal): -5754687 or 12660904. OLE color: 12660904.

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

Color convert

RGB16848193-
CMYK0.130.7500.24
HSL289.66º60.17%47.25%-
HSV(B)289.66º75.13%75.69%-
XYZ26.8314.2951.8-
YUV100.41180.26176.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 48 (19.14% from 255) = 11.74%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=41.08%
G=11.74%
B=47.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168481930.130.7500.24289.6660.1747.25
HexA830C1D4B0181223c2f
Octal25060301151130304427457
Binary101010001100001100000111011001011011000100100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A830C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A830C1; }

 p { color: rgb(168,48,193); }

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

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

 a { background-color: rgb(168,48,193); }

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

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

 span { border-color: rgb(168,48,193); }

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