#A82ACC

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

Shades of Dark Orchid #A82ACC

Tints of Dark Orchid #A82ACC

Color information

#A82ACC (or 0xA82ACC) is unknown color: approx Dark Orchid. HEX triplet: A8, 2A and CC. RGB value is (168,42,204). Sum of RGB (Red+Green+Blue) = 168+42+204=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #A82ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ACC is #57D533. Grayscale: #616161. Windows color (decimal): -5756212 or 13380264. OLE color: 13380264.

HSL color Cylindrical-coordinate representation of color #A82ACC: hue angle of 286.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82ACC is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16842204-
CMYK0.180.7900.2
HSL286.67º65.85%48.24%-
HSV(B)286.67º79.41%80%-
XYZ27.8814.3458.43-
YUV98.14187.74177.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 42 (16.80% from 255) = 10.14%
BLUE value IS 204 (80.08% from 255) = 49.28%
R=40.58%
G=10.14%
B=49.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal168422040.180.7900.2286.6765.8548.24
HexA82ACC124F01411f4230
Octal250523142211702443710260
Binary10101000101010110011001001010011110101001000111111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82ACC; }

 p { color: rgb(168,42,204); }

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

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

 a { background-color: rgb(168,42,204); }

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

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

 span { border-color: rgb(168,42,204); }

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