#A838C1

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

Shades of Dark Orchid #A838C1

Tints of Dark Orchid #A838C1

Color information

#A838C1 (or 0xA838C1) is unknown color: approx Dark Orchid. HEX triplet: A8, 38 and C1. RGB value is (168,56,193). Sum of RGB (Red+Green+Blue) = 168+56+193=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #A838C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838C1 is #57C73E. Grayscale: #686868. Windows color (decimal): -5752639 or 12662952. OLE color: 12662952.

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

Color convert

RGB16856193-
CMYK0.130.7100.24
HSL289.05º55.02%48.82%-
HSV(B)289.05º70.98%75.69%-
XYZ27.191551.92-
YUV105.11177.61172.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 56 (22.27% from 255) = 13.43%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=40.29%
G=13.43%
B=46.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168561930.130.7100.24289.0555.0248.82
HexA838C1D470181213731
Octal25070301151070304416761
Binary101010001110001100000111011000111011000100100001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A838C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A838C1; }

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

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

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

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

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

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

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

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