#a43fc2

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

Shades of Dark Orchid #A43FC2

Tints of Dark Orchid #A43FC2

Color information

#A43FC2 (or 0xA43FC2) is unknown color: approx Dark Orchid. HEX triplet: A4, 3F and C2. RGB value is (164,63,194). Sum of RGB (Red+Green+Blue) = 164+63+194=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #A43FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FC2 is #5BC03D. Grayscale: #6B6B6B. Windows color (decimal): -6012990 or 12730276. OLE color: 12730276.

HSL color Cylindrical-coordinate representation of color #A43FC2: hue angle of 286.26º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43FC2 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16463194-
CMYK0.150.6800.24
HSL286.26º51.78%50.39%-
HSV(B)286.26º67.53%76.08%-
XYZ26.8215.3452.59-
YUV108.13176.46167.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 63 (25% from 255) = 14.96%
BLUE value IS 194 (76.17% from 255) = 46.08%
R=38.95%
G=14.96%
B=46.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164631940.150.6800.24286.2651.7850.39
HexA43FC2F4401811e3432
Octal24477302171040304366462
Binary101001001111111100001011111000100011000100011110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a43fc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a43fc2; }

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

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

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

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

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

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

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

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