#A448D5

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

Shades of Dark Orchid #A448D5

Tints of Dark Orchid #A448D5

Color information

#A448D5 (or 0xA448D5) is unknown color: approx Dark Orchid. HEX triplet: A4, 48 and D5. RGB value is (164,72,213). Sum of RGB (Red+Green+Blue) = 164+72+213=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #A448D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448D5 is #5BB72A. Grayscale: #737373. Windows color (decimal): -6010667 or 13977764. OLE color: 13977764.

HSL color Cylindrical-coordinate representation of color #A448D5: hue angle of 279.15º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A448D5 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16472213-
CMYK0.230.6600.16
HSL279.15º62.67%55.88%-
HSV(B)279.15º66.2%83.53%-
XYZ29.6417.3364.73-
YUV115.58182.98162.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 72 (28.52% from 255) = 16.04%
BLUE value IS 213 (83.59% from 255) = 47.44%
R=36.53%
G=16.04%
B=47.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164722130.230.6600.16279.1562.6755.88
HexA448D517420101173f38
Octal244110325271020204277770
Binary10100100100100011010101101111000010010000100010111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A448D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A448D5; }

 p { color: rgb(164,72,213); }

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

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

 a { background-color: rgb(164,72,213); }

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

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

 span { border-color: rgb(164,72,213); }

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