#A437DB

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

Shades of Dark Orchid #A437DB

Tints of Dark Orchid #A437DB

Color information

#A437DB (or 0xA437DB) is unknown color: approx Dark Orchid. HEX triplet: A4, 37 and DB. RGB value is (164,55,219). Sum of RGB (Red+Green+Blue) = 164+55+219=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #A437DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437DB is #5BC824. Grayscale: #696969. Windows color (decimal): -6015013 or 14366628. OLE color: 14366628.

HSL color Cylindrical-coordinate representation of color #A437DB: hue angle of 279.88º degrees, saturation: 0.69, 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 #A437DB is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16455219-
CMYK0.250.7500.14
HSL279.88º69.49%53.73%-
HSV(B)279.88º74.89%85.88%-
XYZ29.4615.7468.5-
YUV106.29191.61169.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 55 (21.88% from 255) = 12.56%
BLUE value IS 219 (85.94% from 255) = 50%
R=37.44%
G=12.56%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164552190.250.7500.14279.8869.4953.73
HexA437DB194B0E1184536
Octal244673333111301643010566
Binary1010010011011111011011110011001011011101000110001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A437DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A437DB; }

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

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

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

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

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

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

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

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