#A148D0

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

Shades of Dark Orchid #A148D0

Tints of Dark Orchid #A148D0

Color information

#A148D0 (or 0xA148D0) is unknown color: approx Dark Orchid. HEX triplet: A1, 48 and D0. RGB value is (161,72,208). Sum of RGB (Red+Green+Blue) = 161+72+208=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #A148D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148D0 is #5EB72F. Grayscale: #717171. Windows color (decimal): -6207280 or 13650081. OLE color: 13650081.

HSL color Cylindrical-coordinate representation of color #A148D0: hue angle of 279.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A148D0 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16172208-
CMYK0.230.6500.18
HSL279.26º59.13%54.9%-
HSV(B)279.26º65.38%81.57%-
XYZ28.416.7761.41-
YUV114.12180.99161.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 72 (28.52% from 255) = 16.33%
BLUE value IS 208 (81.64% from 255) = 47.17%
R=36.51%
G=16.33%
B=47.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161722080.230.6500.18279.2659.1354.9
HexA148D017410121173b37
Octal241110320271010224277367
Binary10100001100100011010000101111000001010010100010111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A148D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A148D0; }

 p { color: rgb(161,72,208); }

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

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

 a { background-color: rgb(161,72,208); }

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

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

 span { border-color: rgb(161,72,208); }

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