#A437D7

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

Shades of Dark Orchid #A437D7

Tints of Dark Orchid #A437D7

Color information

#A437D7 (or 0xA437D7) is unknown color: approx Dark Orchid. HEX triplet: A4, 37 and D7. RGB value is (164,55,215). Sum of RGB (Red+Green+Blue) = 164+55+215=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 215 (84.38% from 255 or 49.54% from 434); Max value from RGB is 215 - color contains mainly: blue. Hex color #A437D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437D7 is #5BC828. Grayscale: #696969. Windows color (decimal): -6015017 or 14104484. OLE color: 14104484.

HSL color Cylindrical-coordinate representation of color #A437D7: hue angle of 280.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A437D7 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16455215-
CMYK0.240.7400.16
HSL280.88º66.67%52.94%-
HSV(B)280.88º74.42%84.31%-
XYZ28.9415.5365.76-
YUV105.83189.61169.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 55 (21.88% from 255) = 12.67%
BLUE value IS 215 (84.38% from 255) = 49.54%
R=37.79%
G=12.67%
B=49.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164552150.240.7400.16280.8866.6752.94
HexA437D7184A0101194335
Octal244673273011202043110365
Binary10100100110111110101111100010010100100001000110011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A437D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A437D7; }

 p { color: rgb(164,55,215); }

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

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

 a { background-color: rgb(164,55,215); }

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

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

 span { border-color: rgb(164,55,215); }

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