#A828CF

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

Shades of Dark Orchid #A828CF

Tints of Dark Orchid #A828CF

Color information

#A828CF (or 0xA828CF) is unknown color: approx Dark Orchid. HEX triplet: A8, 28 and CF. RGB value is (168,40,207). Sum of RGB (Red+Green+Blue) = 168+40+207=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A828CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828CF is #57D730. Grayscale: #606060. Windows color (decimal): -5756721 or 13576360. OLE color: 13576360.

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

Color convert

RGB16840207-
CMYK0.190.8100.19
HSL285.99º67.61%48.43%-
HSV(B)285.99º80.68%81.18%-
XYZ28.1714.3560.32-
YUV97.31189.91178.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 40 (16.02% from 255) = 9.64%
BLUE value IS 207 (81.25% from 255) = 49.88%
R=40.48%
G=9.64%
B=49.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168402070.190.8100.19285.9967.6148.43
HexA828CF135101311e4430
Octal250503172312102343610460
Binary10101000101000110011111001110100010100111000111101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A828CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A828CF; }

 p { color: rgb(168,40,207); }

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

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

 a { background-color: rgb(168,40,207); }

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

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

 span { border-color: rgb(168,40,207); }

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