#A83AE2

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

Shades of Dark Orchid #A83AE2

Tints of Dark Orchid #A83AE2

Color information

#A83AE2 (or 0xA83AE2) is unknown color: approx Dark Orchid. HEX triplet: A8, 3A and E2. RGB value is (168,58,226). Sum of RGB (Red+Green+Blue) = 168+58+226=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #A83AE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AE2 is #57C51D. Grayscale: #6D6D6D. Windows color (decimal): -5752094 or 14826152. OLE color: 14826152.

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

Color convert

RGB16858226-
CMYK0.260.7400.11
HSL279.29º74.34%55.69%-
HSV(B)279.29º74.34%88.63%-
XYZ31.3916.8473.55-
YUV110.04193.44169.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 58 (23.05% from 255) = 12.83%
BLUE value IS 226 (88.67% from 255) = 50%
R=37.17%
G=12.83%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168582260.260.7400.11279.2974.3455.69
HexA83AE21A4A0B1174a38
Octal250723423211201342711270
Binary1010100011101011100010110101001010010111000101111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83AE2; }

 p { color: rgb(168,58,226); }

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

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

 a { background-color: rgb(168,58,226); }

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

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

 span { border-color: rgb(168,58,226); }

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