#A148CD

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

Shades of Dark Orchid #A148CD

Tints of Dark Orchid #A148CD

Color information

#A148CD (or 0xA148CD) is unknown color: approx Dark Orchid. HEX triplet: A1, 48 and CD. RGB value is (161,72,205). Sum of RGB (Red+Green+Blue) = 161+72+205=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #A148CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148CD is #5EB732. Grayscale: #717171. Windows color (decimal): -6207283 or 13453473. OLE color: 13453473.

HSL color Cylindrical-coordinate representation of color #A148CD: hue angle of 280.15º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A148CD is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16172205-
CMYK0.210.6500.20
HSL280.15º57.08%54.31%-
HSV(B)280.15º64.88%80.39%-
XYZ28.0316.6259.49-
YUV113.77179.49161.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 72 (28.52% from 255) = 16.44%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=36.76%
G=16.44%
B=46.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161722050.210.6500.20280.1557.0854.31
HexA148CD15410141183936
Octal241110315251010244307166
Binary10100001100100011001101101011000001010100100011000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A148CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A148CD; }

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

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

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

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

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

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

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

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