#a83fcf

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

Shades of Dark Orchid #A83FCF

Tints of Dark Orchid #A83FCF

Color information

#A83FCF (or 0xA83FCF) is unknown color: approx Dark Orchid. HEX triplet: A8, 3F and CF. RGB value is (168,63,207). Sum of RGB (Red+Green+Blue) = 168+63+207=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #A83FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FCF is #57C030. Grayscale: #6E6E6E. Windows color (decimal): -5750833 or 13582248. OLE color: 13582248.

HSL color Cylindrical-coordinate representation of color #A83FCF: hue angle of 283.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83FCF is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16863207-
CMYK0.190.7000.19
HSL283.75º60%52.94%-
HSV(B)283.75º69.57%81.18%-
XYZ29.1916.3860.66-
YUV110.81182.29168.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 63 (25% from 255) = 14.38%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=38.36%
G=14.38%
B=47.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168632070.190.7000.19283.756052.94
HexA83FCF134601311c3c35
Octal25077317231060234347465
Binary1010100011111111001111100111000110010011100011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83fcf; }

 p { color: rgb(168,63,207); }

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

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

 a { background-color: rgb(168,63,207); }

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

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

 span { border-color: rgb(168,63,207); }

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