#A83BB3

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

Shades of Dark Orchid #A83BB3

Tints of Dark Orchid #A83BB3

Color information

#A83BB3 (or 0xA83BB3) is unknown color: approx Dark Orchid. HEX triplet: A8, 3B and B3. RGB value is (168,59,179). Sum of RGB (Red+Green+Blue) = 168+59+179=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #A83BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BB3 is #57C44C. Grayscale: #686868. Windows color (decimal): -5751885 or 11746216. OLE color: 11746216.

HSL color Cylindrical-coordinate representation of color #A83BB3: hue angle of 294.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83BB3 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16859179-
CMYK0.060.6700.30
HSL294.5º50.42%46.67%-
HSV(B)294.5º67.04%70.2%-
XYZ25.8514.7144.12-
YUV105.27169.61172.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 59 (23.44% from 255) = 14.53%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=41.38%
G=14.53%
B=44.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168591790.060.6700.30294.550.4246.67
HexA83BB364301E126322f
Octal2507326361030364466257
Binary10101000111011101100111101000011011110100100110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83BB3; }

 p { color: rgb(168,59,179); }

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

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

 a { background-color: rgb(168,59,179); }

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

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

 span { border-color: rgb(168,59,179); }

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