#A030CF

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

Shades of Dark Orchid #A030CF

Tints of Dark Orchid #A030CF

Color information

#A030CF (or 0xA030CF) is unknown color: approx Dark Orchid. HEX triplet: A0, 30 and CF. RGB value is (160,48,207). Sum of RGB (Red+Green+Blue) = 160+48+207=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A030CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030CF is #5FCF30. Grayscale: #636363. Windows color (decimal): -6278961 or 13578400. OLE color: 13578400.

HSL color Cylindrical-coordinate representation of color #A030CF: hue angle of 282.26º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A030CF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16048207-
CMYK0.230.7700.19
HSL282.26º62.35%50%-
HSV(B)282.26º76.81%81.18%-
XYZ26.8214.0960.34-
YUV99.61188.61171.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 48 (19.14% from 255) = 11.57%
BLUE value IS 207 (81.25% from 255) = 49.88%
R=38.55%
G=11.57%
B=49.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160482070.230.7700.19282.2662.3550
HexA030CF174D01311a3e32
Octal24060317271150234327662
Binary1010000011000011001111101111001101010011100011010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A030CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A030CF; }

 p { color: rgb(160,48,207); }

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

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

 a { background-color: rgb(160,48,207); }

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

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

 span { border-color: rgb(160,48,207); }

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