#A737DC

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

Shades of Dark Orchid #A737DC

Tints of Dark Orchid #A737DC

Color information

#A737DC (or 0xA737DC) is unknown color: approx Dark Orchid. HEX triplet: A7, 37 and DC. RGB value is (167,55,220). Sum of RGB (Red+Green+Blue) = 167+55+220=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #A737DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A737DC is #58C823. Grayscale: #6A6A6A. Windows color (decimal): -5818404 or 14432167. OLE color: 14432167.

HSL color Cylindrical-coordinate representation of color #A737DC: hue angle of 280.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A737DC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16755220-
CMYK0.240.7500.14
HSL280.73º70.21%53.92%-
HSV(B)280.73º75%86.27%-
XYZ30.2216.1269.23-
YUV107.3191.61170.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 55 (21.88% from 255) = 12.44%
BLUE value IS 220 (86.33% from 255) = 49.77%
R=37.78%
G=12.44%
B=49.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal167552200.240.7500.14280.7370.2153.92
HexA737DC184B0E1194636
Octal247673343011301643110666
Binary1010011111011111011100110001001011011101000110011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A737DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A737DC; }

 p { color: rgb(167,55,220); }

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

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

 a { background-color: rgb(167,55,220); }

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

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

 span { border-color: rgb(167,55,220); }

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