#A91EB6

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

Shades of Dark Orchid #A91EB6

Tints of Dark Orchid #A91EB6

Color information

#A91EB6 (or 0xA91EB6) is unknown color: approx Dark Orchid. HEX triplet: A9, 1E and B6. RGB value is (169,30,182). Sum of RGB (Red+Green+Blue) = 169+30+182=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #A91EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91EB6 is #56E149. Grayscale: #585858. Windows color (decimal): -5693770 or 11935401. OLE color: 11935401.

HSL color Cylindrical-coordinate representation of color #A91EB6: hue angle of 294.87º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91EB6 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16930182-
CMYK0.070.8400.29
HSL294.87º71.7%41.57%-
HSV(B)294.87º83.52%71.37%-
XYZ25.2712.7445.38-
YUV88.89180.55185.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 30 (12.11% from 255) = 7.87%
BLUE value IS 182 (71.48% from 255) = 47.77%
R=44.36%
G=7.87%
B=47.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169301820.070.8400.29294.8771.741.57
HexA91EB675401D127482a
Octal25136266712403544711052
Binary10101001111101011011011110101000111011001001111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91EB6; }

 p { color: rgb(169,30,182); }

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

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

 a { background-color: rgb(169,30,182); }

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

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

 span { border-color: rgb(169,30,182); }

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