#A824A7

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

Shades of Dark Orchid #A824A7

Tints of Dark Orchid #A824A7

Color information

#A824A7 (or 0xA824A7) is unknown color: approx Dark Orchid. HEX triplet: A8, 24 and A7. RGB value is (168,36,167). Sum of RGB (Red+Green+Blue) = 168+36+167=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A824A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A824A7 is #57DB58. Grayscale: #5A5A5A. Windows color (decimal): -5757785 or 10953896. OLE color: 10953896.

HSL color Cylindrical-coordinate representation of color #A824A7: hue angle of 300.45º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A824A7 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB16836167-
CMYK00.790.010.34
HSL300.45º64.71%40%-
HSV(B)300.45º78.57%65.88%-
XYZ23.7512.3837.7-
YUV90.4171.23183.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 36 (14.45% from 255) = 9.70%
BLUE value IS 167 (65.62% from 255) = 45.01%
R=45.28%
G=9.70%
B=45.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683616700.790.010.34300.4564.7140
HexA824A704F12212c4128
Octal25044247011714245410150
Binary10101000100100101001110100111111000101001011001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A824A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A824A7; }

 p { color: rgb(168,36,167); }

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

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

 a { background-color: rgb(168,36,167); }

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

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

 span { border-color: rgb(168,36,167); }

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