#A418BF

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

Shades of Dark Orchid #A418BF

Tints of Dark Orchid #A418BF

Color information

#A418BF (or 0xA418BF) is unknown color: approx Dark Orchid. HEX triplet: A4, 18 and BF. RGB value is (164,24,191). Sum of RGB (Red+Green+Blue) = 164+24+191=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #A418BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418BF is #5BE740. Grayscale: #545454. Windows color (decimal): -6022977 or 12523684. OLE color: 12523684.

HSL color Cylindrical-coordinate representation of color #A418BF: hue angle of 290.3º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A418BF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16424191-
CMYK0.140.8700.25
HSL290.3º77.67%42.16%-
HSV(B)290.3º87.43%74.9%-
XYZ25.0412.3150.35-
YUV84.9187.88184.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 24 (9.77% from 255) = 6.33%
BLUE value IS 191 (75% from 255) = 50.40%
R=43.27%
G=6.33%
B=50.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164241910.140.8700.25290.377.6742.16
HexA418BFE570191224e2a
Octal244302771612703144211652
Binary101001001100010111111111010101110110011001000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A418BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A418BF; }

 p { color: rgb(164,24,191); }

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

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

 a { background-color: rgb(164,24,191); }

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

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

 span { border-color: rgb(164,24,191); }

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