#A82ABF

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

Shades of Dark Orchid #A82ABF

Tints of Dark Orchid #A82ABF

Color information

#A82ABF (or 0xA82ABF) is unknown color: approx Dark Orchid. HEX triplet: A8, 2A and BF. RGB value is (168,42,191). Sum of RGB (Red+Green+Blue) = 168+42+191=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #A82ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ABF is #57D540. Grayscale: #606060. Windows color (decimal): -5756225 or 12528296. OLE color: 12528296.

HSL color Cylindrical-coordinate representation of color #A82ABF: hue angle of 290.74º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82ABF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16842191-
CMYK0.120.7800.25
HSL290.74º63.95%45.69%-
HSV(B)290.74º78.01%74.9%-
XYZ26.3813.7450.55-
YUV96.66181.24178.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 42 (16.80% from 255) = 10.47%
BLUE value IS 191 (75% from 255) = 47.63%
R=41.90%
G=10.47%
B=47.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168421910.120.7800.25290.7463.9545.69
HexA82ABFC4E019123402e
Octal250522771411603144310056
Binary1010100010101010111111110010011100110011001000111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82ABF; }

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

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

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

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

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

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

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

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