#A827AD

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

Shades of Dark Orchid #A827AD

Tints of Dark Orchid #A827AD

Color information

#A827AD (or 0xA827AD) is unknown color: approx Dark Orchid. HEX triplet: A8, 27 and AD. RGB value is (168,39,173). Sum of RGB (Red+Green+Blue) = 168+39+173=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #A827AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A827AD is #57D852. Grayscale: #5C5C5C. Windows color (decimal): -5757011 or 11347880. OLE color: 11347880.

HSL color Cylindrical-coordinate representation of color #A827AD: hue angle of 297.76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A827AD is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16839173-
CMYK0.030.7700.32
HSL297.76º63.21%41.57%-
HSV(B)297.76º77.46%67.84%-
XYZ24.4212.7940.72-
YUV92.85173.24181.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 39 (15.62% from 255) = 10.26%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=44.21%
G=10.26%
B=45.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168391730.030.7700.32297.7663.2141.57
HexA827AD34D02012a3f2a
Octal2504725531150404527752
Binary10101000100111101011011110011010100000100101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A827AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A827AD; }

 p { color: rgb(168,39,173); }

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

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

 a { background-color: rgb(168,39,173); }

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

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

 span { border-color: rgb(168,39,173); }

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