#A91DC2

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

Shades of Dark Orchid #A91DC2

Tints of Dark Orchid #A91DC2

Color information

#A91DC2 (or 0xA91DC2) is unknown color: approx Dark Orchid. HEX triplet: A9, 1D and C2. RGB value is (169,29,194). Sum of RGB (Red+Green+Blue) = 169+29+194=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #A91DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DC2 is #56E23D. Grayscale: #595959. Windows color (decimal): -5694014 or 12721577. OLE color: 12721577.

HSL color Cylindrical-coordinate representation of color #A91DC2: hue angle of 290.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91DC2 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16929194-
CMYK0.130.8500.24
HSL290.91º73.99%43.73%-
HSV(B)290.91º85.05%76.08%-
XYZ26.5413.2152.19-
YUV89.67186.88184.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 29 (11.72% from 255) = 7.40%
BLUE value IS 194 (76.17% from 255) = 49.49%
R=43.11%
G=7.40%
B=49.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169291940.130.8500.24290.9173.9943.73
HexA91DC2D550181234a2c
Octal251353021512503044311254
Binary101010011110111000010110110101010110001001000111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91DC2; }

 p { color: rgb(169,29,194); }

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

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

 a { background-color: rgb(169,29,194); }

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

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

 span { border-color: rgb(169,29,194); }

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