#A82ABC

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

Shades of Dark Orchid #A82ABC

Tints of Dark Orchid #A82ABC

Color information

#A82ABC (or 0xA82ABC) is unknown color: approx Dark Orchid. HEX triplet: A8, 2A and BC. RGB value is (168,42,188). Sum of RGB (Red+Green+Blue) = 168+42+188=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #A82ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ABC is #57D543. Grayscale: #5F5F5F. Windows color (decimal): -5756228 or 12331688. OLE color: 12331688.

HSL color Cylindrical-coordinate representation of color #A82ABC: hue angle of 291.78º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82ABC is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16842188-
CMYK0.110.7800.26
HSL291.78º63.48%45.1%-
HSV(B)291.78º77.66%73.73%-
XYZ26.0513.6148.83-
YUV96.32179.74179.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 42 (16.80% from 255) = 10.55%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=42.21%
G=10.55%
B=47.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168421880.110.7800.26291.7863.4845.1
HexA82ABCB4E01A1243f2d
Octal25052274131160324447755
Binary101010001010101011110010111001110011010100100100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82ABC; }

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

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

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

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

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

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

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

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