#A828B8

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

Shades of Dark Orchid #A828B8

Tints of Dark Orchid #A828B8

Color information

#A828B8 (or 0xA828B8) is unknown color: approx Dark Orchid. HEX triplet: A8, 28 and B8. RGB value is (168,40,184). Sum of RGB (Red+Green+Blue) = 168+40+184=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 184 - color contains mainly: blue. Hex color #A828B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828B8 is #57D747. Grayscale: #5E5E5E. Windows color (decimal): -5756744 or 12069032. OLE color: 12069032.

HSL color Cylindrical-coordinate representation of color #A828B8: hue angle of 293.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A828B8 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16840184-
CMYK0.090.7800.28
HSL293.33º64.29%43.92%-
HSV(B)293.33º78.26%72.16%-
XYZ25.5613.346.57-
YUV94.69178.41180.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 40 (16.02% from 255) = 10.20%
BLUE value IS 184 (72.27% from 255) = 46.94%
R=42.86%
G=10.20%
B=46.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168401840.090.7800.28293.3364.2943.92
HexA828B894E01C125402c
Octal250502701111603444510054
Binary1010100010100010111000100110011100111001001001011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A828B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A828B8; }

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

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

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

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

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

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

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

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