#a82cd5

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

Shades of Dark Orchid #A82CD5

Tints of Dark Orchid #A82CD5

Color information

#A82CD5 (or 0xA82CD5) is unknown color: approx Dark Orchid. HEX triplet: A8, 2C and D5. RGB value is (168,44,213). Sum of RGB (Red+Green+Blue) = 168+44+213=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #A82CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CD5 is #57D32A. Grayscale: #636363. Windows color (decimal): -5755691 or 13970600. OLE color: 13970600.

HSL color Cylindrical-coordinate representation of color #A82CD5: hue angle of 284.02º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82CD5 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16844213-
CMYK0.210.7900.16
HSL284.02º66.8%50.39%-
HSV(B)284.02º79.34%83.53%-
XYZ29.0614.9364.3-
YUV100.34191.58176.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 44 (17.58% from 255) = 10.35%
BLUE value IS 213 (83.59% from 255) = 50.12%
R=39.53%
G=10.35%
B=50.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168442130.210.7900.16284.0266.850.39
HexA82CD5154F01011c4332
Octal250543252511702043410362
Binary10101000101100110101011010110011110100001000111001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a82cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a82cd5; }

 p { color: rgb(168,44,213); }

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

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

 a { background-color: rgb(168,44,213); }

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

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

 span { border-color: rgb(168,44,213); }

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