#A248CF

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

Shades of Dark Orchid #A248CF

Tints of Dark Orchid #A248CF

Color information

#A248CF (or 0xA248CF) is unknown color: approx Dark Orchid. HEX triplet: A2, 48 and CF. RGB value is (162,72,207). Sum of RGB (Red+Green+Blue) = 162+72+207=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #A248CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248CF is #5DB730. Grayscale: #717171. Windows color (decimal): -6141745 or 13584546. OLE color: 13584546.

HSL color Cylindrical-coordinate representation of color #A248CF: hue angle of 280º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A248CF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16272207-
CMYK0.220.6500.19
HSL280º58.44%54.71%-
HSV(B)280º65.22%81.18%-
XYZ28.4816.8260.78-
YUV114.3180.32162.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 72 (28.52% from 255) = 16.33%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=36.73%
G=16.33%
B=46.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162722070.220.6500.1928058.4454.71
HexA248CF16410131183a37
Octal242110317261010234307267
Binary10100010100100011001111101101000001010011100011000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A248CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A248CF; }

 p { color: rgb(162,72,207); }

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

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

 a { background-color: rgb(162,72,207); }

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

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

 span { border-color: rgb(162,72,207); }

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