#A436C6

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

Shades of Dark Orchid #A436C6

Tints of Dark Orchid #A436C6

Color information

#A436C6 (or 0xA436C6) is unknown color: approx Dark Orchid. HEX triplet: A4, 36 and C6. RGB value is (164,54,198). Sum of RGB (Red+Green+Blue) = 164+54+198=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #A436C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436C6 is #5BC939. Grayscale: #666666. Windows color (decimal): -6015290 or 12990116. OLE color: 12990116.

HSL color Cylindrical-coordinate representation of color #A436C6: hue angle of 285.83º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A436C6 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16454198-
CMYK0.170.7300.22
HSL285.83º57.14%49.41%-
HSV(B)285.83º72.73%77.65%-
XYZ26.8214.6154.83-
YUV103.31181.44171.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 54 (21.48% from 255) = 12.98%
BLUE value IS 198 (77.73% from 255) = 47.60%
R=39.42%
G=12.98%
B=47.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164541980.170.7300.22285.8357.1449.41
HexA436C6114901611e3931
Octal24466306211110264367161
Binary1010010011011011000110100011001001010110100011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A436C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A436C6; }

 p { color: rgb(164,54,198); }

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

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

 a { background-color: rgb(164,54,198); }

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

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

 span { border-color: rgb(164,54,198); }

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