#A736C4

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

Shades of Dark Orchid #A736C4

Tints of Dark Orchid #A736C4

Color information

#A736C4 (or 0xA736C4) is unknown color: approx Dark Orchid. HEX triplet: A7, 36 and C4. RGB value is (167,54,196). Sum of RGB (Red+Green+Blue) = 167+54+196=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #A736C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736C4 is #58C93B. Grayscale: #676767. Windows color (decimal): -5818684 or 12859047. OLE color: 12859047.

HSL color Cylindrical-coordinate representation of color #A736C4: hue angle of 287.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A736C4 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16754196-
CMYK0.150.7200.23
HSL287.75º56.8%49.02%-
HSV(B)287.75º72.45%76.86%-
XYZ27.2214.8453.65-
YUV103.98179.94172.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 196 (76.95% from 255) = 47.00%
R=40.05%
G=12.95%
B=47.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal167541960.150.7200.23287.7556.849.02
HexA736C4F480171203931
Octal24766304171100274407161
Binary101001111101101100010011111001000010111100100000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A736C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A736C4; }

 p { color: rgb(167,54,196); }

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

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

 a { background-color: rgb(167,54,196); }

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

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

 span { border-color: rgb(167,54,196); }

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