#A43FC8

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

Shades of Dark Orchid #A43FC8

Tints of Dark Orchid #A43FC8

Color information

#A43FC8 (or 0xA43FC8) is unknown color: approx Dark Orchid. HEX triplet: A4, 3F and C8. RGB value is (164,63,200). Sum of RGB (Red+Green+Blue) = 164+63+200=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #A43FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FC8 is #5BC037. Grayscale: #6C6C6C. Windows color (decimal): -6012984 or 13123492. OLE color: 13123492.

HSL color Cylindrical-coordinate representation of color #A43FC8: hue angle of 284.23º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43FC8 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16463200-
CMYK0.180.6800.22
HSL284.23º55.47%51.57%-
HSV(B)284.23º68.5%78.43%-
XYZ27.5115.6256.21-
YUV108.82179.46167.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 63 (25% from 255) = 14.75%
BLUE value IS 200 (78.52% from 255) = 46.84%
R=38.41%
G=14.75%
B=46.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164632000.180.6800.22284.2355.4751.57
HexA43FC8124401611c3734
Octal24477310221040264346764
Binary1010010011111111001000100101000100010110100011100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43FC8; }

 p { color: rgb(164,63,200); }

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

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

 a { background-color: rgb(164,63,200); }

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

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

 span { border-color: rgb(164,63,200); }

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