#A938BF

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

Shades of Dark Orchid #A938BF

Tints of Dark Orchid #A938BF

Color information

#A938BF (or 0xA938BF) is unknown color: approx Dark Orchid. HEX triplet: A9, 38 and BF. RGB value is (169,56,191). Sum of RGB (Red+Green+Blue) = 169+56+191=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #A938BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A938BF is #56C740. Grayscale: #686868. Windows color (decimal): -5687105 or 12531881. OLE color: 12531881.

HSL color Cylindrical-coordinate representation of color #A938BF: hue angle of 290.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A938BF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16956191-
CMYK0.120.7100.25
HSL290.22º54.66%48.43%-
HSV(B)290.22º70.68%74.9%-
XYZ27.1815.0250.76-
YUV105.18176.44173.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 56 (22.27% from 255) = 13.46%
BLUE value IS 191 (75% from 255) = 45.91%
R=40.62%
G=13.46%
B=45.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169561910.120.7100.25290.2254.6648.43
HexA938BFC470191223730
Octal25170277141070314426760
Binary101010011110001011111111001000111011001100100010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A938BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A938BF; }

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

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

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

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

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

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

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

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