#A547CD

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

Shades of Dark Orchid #A547CD

Tints of Dark Orchid #A547CD

Color information

#A547CD (or 0xA547CD) is unknown color: approx Dark Orchid. HEX triplet: A5, 47 and CD. RGB value is (165,71,205). Sum of RGB (Red+Green+Blue) = 165+71+205=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #A547CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A547CD is #5AB832. Grayscale: #717171. Windows color (decimal): -5945395 or 13453221. OLE color: 13453221.

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

Color convert

RGB16571205-
CMYK0.200.6500.20
HSL282.09º57.26%54.12%-
HSV(B)282.09º65.37%80.39%-
XYZ28.7916.9159.5-
YUV114.38179.14164.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 71 (28.12% from 255) = 16.10%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=37.41%
G=16.10%
B=46.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165712050.200.6500.20282.0957.2654.12
HexA547CD144101411a3936
Octal245107315241010244327166
Binary10100101100011111001101101001000001010100100011010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A547CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A547CD; }

 p { color: rgb(165,71,205); }

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

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

 a { background-color: rgb(165,71,205); }

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

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

 span { border-color: rgb(165,71,205); }

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