#a336c4

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

Shades of Dark Orchid #A336C4

Tints of Dark Orchid #A336C4

Color information

#A336C4 (or 0xA336C4) is unknown color: approx Dark Orchid. HEX triplet: A3, 36 and C4. RGB value is (163,54,196). Sum of RGB (Red+Green+Blue) = 163+54+196=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #A336C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336C4 is #5CC93B. Grayscale: #666666. Windows color (decimal): -6080828 or 12859043. OLE color: 12859043.

HSL color Cylindrical-coordinate representation of color #A336C4: hue angle of 286.06º 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 #A336C4 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16354196-
CMYK0.170.7200.23
HSL286.06º56.8%49.02%-
HSV(B)286.06º72.45%76.86%-
XYZ26.3914.4153.62-
YUV102.78180.61170.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 54 (21.48% from 255) = 13.08%
BLUE value IS 196 (76.95% from 255) = 47.46%
R=39.47%
G=13.08%
B=47.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163541960.170.7200.23286.0656.849.02
HexA336C4114801711e3931
Octal24366304211100274367161
Binary1010001111011011000100100011001000010111100011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a336c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a336c4; }

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

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

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

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

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

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

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

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