#A548CF

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

Shades of Dark Orchid #A548CF

Tints of Dark Orchid #A548CF

Color information

#A548CF (or 0xA548CF) is unknown color: approx Dark Orchid. HEX triplet: A5, 48 and CF. RGB value is (165,72,207). Sum of RGB (Red+Green+Blue) = 165+72+207=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #A548CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548CF is #5AB730. Grayscale: #727272. Windows color (decimal): -5945137 or 13584549. OLE color: 13584549.

HSL color Cylindrical-coordinate representation of color #A548CF: hue angle of 281.33º 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 #A548CF is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16572207-
CMYK0.200.6500.19
HSL281.33º58.44%54.71%-
HSV(B)281.33º65.22%81.18%-
XYZ29.117.1460.81-
YUV115.2179.81163.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 72 (28.52% from 255) = 16.22%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=37.16%
G=16.22%
B=46.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165722070.200.6500.19281.3358.4454.71
HexA548CF14410131193a37
Octal245110317241010234317267
Binary10100101100100011001111101001000001010011100011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A548CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A548CF; }

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

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

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

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

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

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

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

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