#A827AB

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

Shades of Dark Orchid #A827AB

Tints of Dark Orchid #A827AB

Color information

#A827AB (or 0xA827AB) is unknown color: approx Dark Orchid. HEX triplet: A8, 27 and AB. RGB value is (168,39,171). Sum of RGB (Red+Green+Blue) = 168+39+171=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #A827AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A827AB is #57D854. Grayscale: #5C5C5C. Windows color (decimal): -5757013 or 11216808. OLE color: 11216808.

HSL color Cylindrical-coordinate representation of color #A827AB: hue angle of 298.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A827AB is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16839171-
CMYK0.020.7700.33
HSL298.64º62.86%41.18%-
HSV(B)298.64º77.19%67.06%-
XYZ24.2212.7239.71-
YUV92.62172.24181.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.44%
GREEN value IS 39 (15.62% from 255) = 10.32%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=44.44%
G=10.32%
B=45.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168391710.020.7700.33298.6462.8641.18
HexA827AB24D02112b3f29
Octal2504725321150414537751
Binary10101000100111101010111010011010100001100101011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A827AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A827AB; }

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

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

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

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

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

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

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

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