#A83CC7

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

Shades of Dark Orchid #A83CC7

Tints of Dark Orchid #A83CC7

Color information

#A83CC7 (or 0xA83CC7) is unknown color: approx Dark Orchid. HEX triplet: A8, 3C and C7. RGB value is (168,60,199). Sum of RGB (Red+Green+Blue) = 168+60+199=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #A83CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CC7 is #57C338. Grayscale: #6B6B6B. Windows color (decimal): -5751609 or 13057192. OLE color: 13057192.

HSL color Cylindrical-coordinate representation of color #A83CC7: hue angle of 286.62º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83CC7 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16860199-
CMYK0.160.7000.22
HSL286.62º55.38%50.78%-
HSV(B)286.62º69.85%78.04%-
XYZ28.0715.6855.58-
YUV108.14179.28170.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 60 (23.83% from 255) = 14.05%
BLUE value IS 199 (78.12% from 255) = 46.60%
R=39.34%
G=14.05%
B=46.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168601990.160.7000.22286.6255.3850.78
HexA83CC7104601611f3733
Octal25074307201060264376763
Binary1010100011110011000111100001000110010110100011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83CC7; }

 p { color: rgb(168,60,199); }

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

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

 a { background-color: rgb(168,60,199); }

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

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

 span { border-color: rgb(168,60,199); }

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