#A042C3

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

Shades of Dark Orchid #A042C3

Tints of Dark Orchid #A042C3

Color information

#A042C3 (or 0xA042C3) is unknown color: approx Dark Orchid. HEX triplet: A0, 42 and C3. RGB value is (160,66,195). Sum of RGB (Red+Green+Blue) = 160+66+195=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #A042C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042C3 is #5FBD3C. Grayscale: #6C6C6C. Windows color (decimal): -6274365 or 12796576. OLE color: 12796576.

HSL color Cylindrical-coordinate representation of color #A042C3: hue angle of 283.72º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A042C3 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16066195-
CMYK0.180.6600.24
HSL283.72º51.81%51.18%-
HSV(B)283.72º66.15%76.47%-
XYZ26.315.3153.2-
YUV108.81176.64164.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 195 (76.56% from 255) = 46.32%
R=38.00%
G=15.68%
B=46.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160661950.180.6600.24283.7251.8151.18
HexA042C3124201811c3433
Octal240102303221020304346463
Binary10100000100001011000011100101000010011000100011100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A042C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A042C3; }

 p { color: rgb(160,66,195); }

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

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

 a { background-color: rgb(160,66,195); }

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

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

 span { border-color: rgb(160,66,195); }

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