#A83EBD

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

Shades of Dark Orchid #A83EBD

Tints of Dark Orchid #A83EBD

Color information

#A83EBD (or 0xA83EBD) is unknown color: approx Dark Orchid. HEX triplet: A8, 3E and BD. RGB value is (168,62,189). Sum of RGB (Red+Green+Blue) = 168+62+189=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #A83EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83EBD is #57C142. Grayscale: #6B6B6B. Windows color (decimal): -5751107 or 12402344. OLE color: 12402344.

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

Color convert

RGB16862189-
CMYK0.110.6700.26
HSL290.08º50.6%49.22%-
HSV(B)290.08º67.2%74.12%-
XYZ27.0615.4449.7-
YUV108.17173.62170.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 62 (24.61% from 255) = 14.80%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=40.10%
G=14.80%
B=45.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168621890.110.6700.26290.0850.649.22
HexA83EBDB4301A1223331
Octal25076275131030324426361
Binary101010001111101011110110111000011011010100100010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83EBD; }

 p { color: rgb(168,62,189); }

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

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

 a { background-color: rgb(168,62,189); }

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

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

 span { border-color: rgb(168,62,189); }

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