#A241C3

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

Shades of Dark Orchid #A241C3

Tints of Dark Orchid #A241C3

Color information

#A241C3 (or 0xA241C3) is unknown color: approx Dark Orchid. HEX triplet: A2, 41 and C3. RGB value is (162,65,195). Sum of RGB (Red+Green+Blue) = 162+65+195=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #A241C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241C3 is #5DBE3C. Grayscale: #6C6C6C. Windows color (decimal): -6143549 or 12796322. OLE color: 12796322.

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

Color convert

RGB16265195-
CMYK0.170.6700.24
HSL284.77º52%50.98%-
HSV(B)284.77º66.67%76.47%-
XYZ26.6415.453.2-
YUV108.82176.64165.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 65 (25.78% from 255) = 15.40%
BLUE value IS 195 (76.56% from 255) = 46.21%
R=38.39%
G=15.40%
B=46.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162651950.170.6700.24284.775250.98
HexA241C3114301811d3433
Octal242101303211030304356463
Binary10100010100000111000011100011000011011000100011101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A241C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A241C3; }

 p { color: rgb(162,65,195); }

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

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

 a { background-color: rgb(162,65,195); }

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

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

 span { border-color: rgb(162,65,195); }

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