#A917B5

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

Shades of Dark Orchid #A917B5

Tints of Dark Orchid #A917B5

Color information

#A917B5 (or 0xA917B5) is unknown color: approx Dark Orchid. HEX triplet: A9, 17 and B5. RGB value is (169,23,181). Sum of RGB (Red+Green+Blue) = 169+23+181=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #A917B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A917B5 is #56E84A. Grayscale: #545454. Windows color (decimal): -5695563 or 11868073. OLE color: 11868073.

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

Color convert

RGB16923181-
CMYK0.070.8700.29
HSL295.44º77.45%40%-
HSV(B)295.44º87.29%70.98%-
XYZ25.0112.3844.79-
YUV84.67182.37188.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 23 (9.38% from 255) = 6.17%
BLUE value IS 181 (71.09% from 255) = 48.53%
R=45.31%
G=6.17%
B=48.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169231810.070.8700.29295.4477.4540
HexA917B575701D1274d28
Octal25127265712703544711550
Binary10101001101111011010111110101110111011001001111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A917B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A917B5; }

 p { color: rgb(169,23,181); }

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

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

 a { background-color: rgb(169,23,181); }

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

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

 span { border-color: rgb(169,23,181); }

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