#A544CD

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

Shades of Dark Orchid #A544CD

Tints of Dark Orchid #A544CD

Color information

#A544CD (or 0xA544CD) is unknown color: approx Dark Orchid. HEX triplet: A5, 44 and CD. RGB value is (165,68,205). Sum of RGB (Red+Green+Blue) = 165+68+205=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 68 (26.95% from 255 or 15.53% 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 #A544CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544CD is #5ABB32. Grayscale: #707070. Windows color (decimal): -5946163 or 13452453. OLE color: 13452453.

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

Color convert

RGB16568205-
CMYK0.200.6700.20
HSL282.48º57.81%53.53%-
HSV(B)282.48º66.83%80.39%-
XYZ28.616.5459.44-
YUV112.62180.14165.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 68 (26.95% from 255) = 15.53%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=37.67%
G=15.53%
B=46.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165682050.200.6700.20282.4857.8153.53
HexA544CD144301411a3a36
Octal245104315241030244327266
Binary10100101100010011001101101001000011010100100011010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A544CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A544CD; }

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

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

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

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

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

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

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

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