#A241BF

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

Shades of Dark Orchid #A241BF

Tints of Dark Orchid #A241BF

Color information

#A241BF (or 0xA241BF) is unknown color: approx Dark Orchid. HEX triplet: A2, 41 and BF. RGB value is (162,65,191). Sum of RGB (Red+Green+Blue) = 162+65+191=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #A241BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241BF is #5DBE40. Grayscale: #6B6B6B. Windows color (decimal): -6143553 or 12534178. OLE color: 12534178.

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

Color convert

RGB16265191-
CMYK0.150.6600.25
HSL286.19º49.61%50.2%-
HSV(B)286.19º65.97%74.9%-
XYZ26.1915.2250.85-
YUV108.37174.64166.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 65 (25.78% from 255) = 15.55%
BLUE value IS 191 (75% from 255) = 45.69%
R=38.76%
G=15.55%
B=45.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162651910.150.6600.25286.1949.6150.2
HexA241BFF4201911e3232
Octal242101277171020314366262
Binary1010001010000011011111111111000010011001100011110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A241BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A241BF; }

 p { color: rgb(162,65,191); }

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

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

 a { background-color: rgb(162,65,191); }

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

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

 span { border-color: rgb(162,65,191); }

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