#A825DC

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

Shades of Dark Orchid #A825DC

Tints of Dark Orchid #A825DC

Color information

#A825DC (or 0xA825DC) is unknown color: approx Dark Orchid. HEX triplet: A8, 25 and DC. RGB value is (168,37,220). Sum of RGB (Red+Green+Blue) = 168+37+220=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #A825DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825DC is #57DA23. Grayscale: #606060. Windows color (decimal): -5757476 or 14427560. OLE color: 14427560.

HSL color Cylindrical-coordinate representation of color #A825DC: hue angle of 282.95º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A825DC is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16837220-
CMYK0.240.8300.14
HSL282.95º72.33%50.39%-
HSV(B)282.95º83.18%86.27%-
XYZ29.7314.8269-
YUV97.03197.4178.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 37 (14.84% from 255) = 8.71%
BLUE value IS 220 (86.33% from 255) = 51.76%
R=39.53%
G=8.71%
B=51.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168372200.240.8300.14282.9572.3350.39
HexA825DC18530E11b4832
Octal250453343012301643311062
Binary1010100010010111011100110001010011011101000110111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A825DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A825DC; }

 p { color: rgb(168,37,220); }

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

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

 a { background-color: rgb(168,37,220); }

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

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

 span { border-color: rgb(168,37,220); }

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