#A91BD5

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

Shades of Dark Orchid #A91BD5

Tints of Dark Orchid #A91BD5

Color information

#A91BD5 (or 0xA91BD5) is unknown color: approx Dark Orchid. HEX triplet: A9, 1B and D5. RGB value is (169,27,213). Sum of RGB (Red+Green+Blue) = 169+27+213=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #A91BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BD5 is #56E42A. Grayscale: #5A5A5A. Windows color (decimal): -5694507 or 13966249. OLE color: 13966249.

HSL color Cylindrical-coordinate representation of color #A91BD5: hue angle of 285.81º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91BD5 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16927213-
CMYK0.210.8700.16
HSL285.81º77.5%47.06%-
HSV(B)285.81º87.32%83.53%-
XYZ28.7614.0264.14-
YUV90.66197.04183.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 27 (10.94% from 255) = 6.60%
BLUE value IS 213 (83.59% from 255) = 52.08%
R=41.32%
G=6.60%
B=52.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169272130.210.8700.16285.8177.547.06
HexA91BD5155701011e4e2f
Octal251333252512702043611657
Binary1010100111011110101011010110101110100001000111101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91BD5; }

 p { color: rgb(169,27,213); }

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

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

 a { background-color: rgb(169,27,213); }

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

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

 span { border-color: rgb(169,27,213); }

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