#A827B5

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

Shades of Dark Orchid #A827B5

Tints of Dark Orchid #A827B5

Color information

#A827B5 (or 0xA827B5) is unknown color: approx Dark Orchid. HEX triplet: A8, 27 and B5. RGB value is (168,39,181). Sum of RGB (Red+Green+Blue) = 168+39+181=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #A827B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827B5 is #57D84A. Grayscale: #5D5D5D. Windows color (decimal): -5757003 or 11872168. OLE color: 11872168.

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

Color convert

RGB16839181-
CMYK0.070.7800.29
HSL294.51º64.55%43.14%-
HSV(B)294.51º78.45%70.98%-
XYZ25.2113.1144.92-
YUV93.76177.24180.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 39 (15.62% from 255) = 10.05%
BLUE value IS 181 (71.09% from 255) = 46.65%
R=43.30%
G=10.05%
B=46.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168391810.070.7800.29294.5164.5543.14
HexA827B574E01D127412b
Octal25047265711603544710153
Binary101010001001111011010111110011100111011001001111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A827B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A827B5; }

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

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

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

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

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

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

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

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