#A430A9

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

Shades of Dark Orchid #A430A9

Tints of Dark Orchid #A430A9

Color information

#A430A9 (or 0xA430A9) is unknown color: approx Dark Orchid. HEX triplet: A4, 30 and A9. RGB value is (164,48,169). Sum of RGB (Red+Green+Blue) = 164+48+169=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 169 - color contains mainly: blue. Hex color #A430A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A430A9 is #5BCF56. Grayscale: #606060. Windows color (decimal): -6016855 or 11088036. OLE color: 11088036.

HSL color Cylindrical-coordinate representation of color #A430A9: hue angle of 297.52º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A430A9 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16448169-
CMYK0.030.7200.34
HSL297.52º55.76%42.55%-
HSV(B)297.52º71.6%66.27%-
XYZ23.5312.8738.78-
YUV96.48168.93176.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 48 (19.14% from 255) = 12.60%
BLUE value IS 169 (66.41% from 255) = 44.36%
R=43.04%
G=12.60%
B=44.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164481690.030.7200.34297.5255.7642.55
HexA430A934802212a382b
Octal2446025131100424527053
Binary10100100110000101010011110010000100010100101010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A430A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A430A9; }

 p { color: rgb(164,48,169); }

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

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

 a { background-color: rgb(164,48,169); }

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

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

 span { border-color: rgb(164,48,169); }

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