#A824BC

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

Shades of Dark Orchid #A824BC

Tints of Dark Orchid #A824BC

Color information

#A824BC (or 0xA824BC) is unknown color: approx Dark Orchid. HEX triplet: A8, 24 and BC. RGB value is (168,36,188). Sum of RGB (Red+Green+Blue) = 168+36+188=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #A824BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824BC is #57DB43. Grayscale: #5C5C5C. Windows color (decimal): -5757764 or 12330152. OLE color: 12330152.

HSL color Cylindrical-coordinate representation of color #A824BC: hue angle of 292.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A824BC is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16836188-
CMYK0.110.8100.26
HSL292.11º67.86%43.92%-
HSV(B)292.11º80.85%73.73%-
XYZ25.8613.2248.77-
YUV92.8181.73181.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 36 (14.45% from 255) = 9.18%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=42.86%
G=9.18%
B=47.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168361880.110.8100.26292.1167.8643.92
HexA824BCB5101A124442c
Octal250442741312103244410454
Binary1010100010010010111100101110100010110101001001001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A824BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A824BC; }

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

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

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

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

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

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

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

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