#A83AB8

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

Shades of Dark Orchid #A83AB8

Tints of Dark Orchid #A83AB8

Color information

#A83AB8 (or 0xA83AB8) is unknown color: approx Dark Orchid. HEX triplet: A8, 3A and B8. RGB value is (168,58,184). Sum of RGB (Red+Green+Blue) = 168+58+184=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 184 - color contains mainly: blue. Hex color #A83AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AB8 is #57C547. Grayscale: #686868. Windows color (decimal): -5752136 or 12073640. OLE color: 12073640.

HSL color Cylindrical-coordinate representation of color #A83AB8: hue angle of 292.38º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83AB8 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16858184-
CMYK0.090.6800.28
HSL292.38º52.07%47.45%-
HSV(B)292.38º68.48%72.16%-
XYZ26.3114.8146.82-
YUV105.25172.44172.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 58 (23.05% from 255) = 14.15%
BLUE value IS 184 (72.27% from 255) = 44.88%
R=40.98%
G=14.15%
B=44.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168581840.090.6800.28292.3852.0747.45
HexA83AB894401C124342f
Octal25072270111040344446457
Binary101010001110101011100010011000100011100100100100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83AB8; }

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

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

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

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

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

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

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

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