#A043CC

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

Shades of Dark Orchid #A043CC

Tints of Dark Orchid #A043CC

Color information

#A043CC (or 0xA043CC) is unknown color: approx Dark Orchid. HEX triplet: A0, 43 and CC. RGB value is (160,67,204). Sum of RGB (Red+Green+Blue) = 160+67+204=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #A043CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043CC is #5FBC33. Grayscale: #6D6D6D. Windows color (decimal): -6274100 or 13386656. OLE color: 13386656.

HSL color Cylindrical-coordinate representation of color #A043CC: hue angle of 280.73º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A043CC is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16067204-
CMYK0.220.6700.2
HSL280.73º57.32%53.14%-
HSV(B)280.73º67.16%80%-
XYZ27.415.8558.74-
YUV110.42180.81163.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 67 (26.56% from 255) = 15.55%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=37.12%
G=15.55%
B=47.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal160672040.220.6700.2280.7357.3253.14
HexA043CC16430141193935
Octal240103314261030244317165
Binary10100000100001111001100101101000011010100100011001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A043CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A043CC; }

 p { color: rgb(160,67,204); }

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

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

 a { background-color: rgb(160,67,204); }

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

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

 span { border-color: rgb(160,67,204); }

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