#a938c5

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

Shades of Dark Orchid #A938C5

Tints of Dark Orchid #A938C5

Color information

#A938C5 (or 0xA938C5) is unknown color: approx Dark Orchid. HEX triplet: A9, 38 and C5. RGB value is (169,56,197). Sum of RGB (Red+Green+Blue) = 169+56+197=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #A938C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A938C5 is #56C73A. Grayscale: #696969. Windows color (decimal): -5687099 or 12925097. OLE color: 12925097.

HSL color Cylindrical-coordinate representation of color #A938C5: hue angle of 288.09º 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 #A938C5 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16956197-
CMYK0.140.7200.23
HSL288.09º55.73%49.61%-
HSV(B)288.09º71.57%77.25%-
XYZ27.8515.2954.31-
YUV105.86179.44173.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 56 (22.27% from 255) = 13.27%
BLUE value IS 197 (77.34% from 255) = 46.68%
R=40.05%
G=13.27%
B=46.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal169561970.140.7200.23288.0955.7349.61
HexA938C5E480171203832
Octal25170305161100274407062
Binary101010011110001100010111101001000010111100100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a938c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a938c5; }

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

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

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

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

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

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

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

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