#A82FC2

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

Shades of Dark Orchid #A82FC2

Tints of Dark Orchid #A82FC2

Color information

#A82FC2 (or 0xA82FC2) is unknown color: approx Dark Orchid. HEX triplet: A8, 2F and C2. RGB value is (168,47,194). Sum of RGB (Red+Green+Blue) = 168+47+194=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #A82FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FC2 is #57D03D. Grayscale: #636363. Windows color (decimal): -5754942 or 12726184. OLE color: 12726184.

HSL color Cylindrical-coordinate representation of color #A82FC2: hue angle of 289.39º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82FC2 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16847194-
CMYK0.130.7600.24
HSL289.39º61%47.25%-
HSV(B)289.39º75.77%76.08%-
XYZ26.914.2552.37-
YUV99.94181.09176.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 47 (18.75% from 255) = 11.49%
BLUE value IS 194 (76.17% from 255) = 47.43%
R=41.08%
G=11.49%
B=47.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168471940.130.7600.24289.396147.25
HexA82FC2D4C0181213d2f
Octal25057302151140304417557
Binary101010001011111100001011011001100011000100100001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82FC2; }

 p { color: rgb(168,47,194); }

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

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

 a { background-color: rgb(168,47,194); }

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

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

 span { border-color: rgb(168,47,194); }

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