#A334C9

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

Shades of Dark Orchid #A334C9

Tints of Dark Orchid #A334C9

Color information

#A334C9 (or 0xA334C9) is unknown color: approx Dark Orchid. HEX triplet: A3, 34 and C9. RGB value is (163,52,201). Sum of RGB (Red+Green+Blue) = 163+52+201=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #A334C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334C9 is #5CCB36. Grayscale: #656565. Windows color (decimal): -6081335 or 13186211. OLE color: 13186211.

HSL color Cylindrical-coordinate representation of color #A334C9: hue angle of 284.7º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A334C9 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16352201-
CMYK0.190.7400.21
HSL284.7º58.89%49.61%-
HSV(B)284.7º74.13%78.82%-
XYZ26.8714.4656.63-
YUV102.18183.77171.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 52 (20.70% from 255) = 12.5%
BLUE value IS 201 (78.91% from 255) = 48.32%
R=39.18%
G=12.5%
B=48.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163522010.190.7400.21284.758.8949.61
HexA334C9134A01511d3b32
Octal24364311231120254357362
Binary1010001111010011001001100111001010010101100011101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A334C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A334C9; }

 p { color: rgb(163,52,201); }

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

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

 a { background-color: rgb(163,52,201); }

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

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

 span { border-color: rgb(163,52,201); }

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