#A41FDA

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

Shades of Dark Orchid #A41FDA

Tints of Dark Orchid #A41FDA

Color information

#A41FDA (or 0xA41FDA) is unknown color: approx Dark Orchid. HEX triplet: A4, 1F and DA. RGB value is (164,31,218). Sum of RGB (Red+Green+Blue) = 164+31+218=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #A41FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FDA is #5BE025. Grayscale: #5B5B5B. Windows color (decimal): -6021158 or 14294948. OLE color: 14294948.

HSL color Cylindrical-coordinate representation of color #A41FDA: hue angle of 282.67º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41FDA is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16431218-
CMYK0.250.8600.15
HSL282.67º75.1%48.82%-
HSV(B)282.67º85.78%85.49%-
XYZ28.4513.9367.52-
YUV92.08199.06179.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 31 (12.5% from 255) = 7.51%
BLUE value IS 218 (85.55% from 255) = 52.78%
R=39.71%
G=7.51%
B=52.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164312180.250.8600.15282.6775.148.82
HexA41FDA19560F11b4b31
Octal244373323112601743311361
Binary101001001111111011010110011010110011111000110111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41FDA; }

 p { color: rgb(164,31,218); }

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

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

 a { background-color: rgb(164,31,218); }

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

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

 span { border-color: rgb(164,31,218); }

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