#A42AAB

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

Shades of Dark Orchid #A42AAB

Tints of Dark Orchid #A42AAB

Color information

#A42AAB (or 0xA42AAB) is unknown color: approx Dark Orchid. HEX triplet: A4, 2A and AB. RGB value is (164,42,171). Sum of RGB (Red+Green+Blue) = 164+42+171=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #A42AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42AAB is #5BD554. Grayscale: #5C5C5C. Windows color (decimal): -6018389 or 11217572. OLE color: 11217572.

HSL color Cylindrical-coordinate representation of color #A42AAB: hue angle of 296.74º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42AAB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16442171-
CMYK0.040.7500.33
HSL296.74º60.56%41.76%-
HSV(B)296.74º75.44%67.06%-
XYZ23.4912.4939.7-
YUV93.18171.92178.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 42 (16.80% from 255) = 11.14%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=43.50%
G=11.14%
B=45.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164421710.040.7500.33296.7460.5641.76
HexA42AAB44B0211293d2a
Octal2445225341130414517552
Binary101001001010101010101110010010110100001100101001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42AAB; }

 p { color: rgb(164,42,171); }

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

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

 a { background-color: rgb(164,42,171); }

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

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

 span { border-color: rgb(164,42,171); }

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