#A838C5

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

Shades of Dark Orchid #A838C5

Tints of Dark Orchid #A838C5

Color information

#A838C5 (or 0xA838C5) is unknown color: approx Dark Orchid. HEX triplet: A8, 38 and C5. RGB value is (168,56,197). Sum of RGB (Red+Green+Blue) = 168+56+197=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #A838C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838C5 is #57C73A. Grayscale: #696969. Windows color (decimal): -5752635 or 12925096. OLE color: 12925096.

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

Color convert

RGB16856197-
CMYK0.150.7200.23
HSL287.66º55.73%49.61%-
HSV(B)287.66º71.57%77.25%-
XYZ27.6415.1854.3-
YUV105.56179.61172.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 56 (22.27% from 255) = 13.30%
BLUE value IS 197 (77.34% from 255) = 46.79%
R=39.90%
G=13.30%
B=46.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168561970.150.7200.23287.6655.7349.61
HexA838C5F480171203832
Octal25070305171100274407062
Binary101010001110001100010111111001000010111100100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A838C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A838C5; }

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

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

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

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

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

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

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

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