#A84CCD

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

Shades of Medium Orchid #A84CCD

Tints of Medium Orchid #A84CCD

Color information

#A84CCD (or 0xA84CCD) is unknown color: approx Medium Orchid. HEX triplet: A8, 4C and CD. RGB value is (168,76,205). Sum of RGB (Red+Green+Blue) = 168+76+205=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #A84CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CCD is #57B332. Grayscale: #757575. Windows color (decimal): -5747507 or 13454504. OLE color: 13454504.

HSL color Cylindrical-coordinate representation of color #A84CCD: hue angle of 282.79º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84CCD is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16876205-
CMYK0.180.6300.20
HSL282.79º56.33%55.1%-
HSV(B)282.79º62.93%80.39%-
XYZ29.7517.959.64-
YUV118.21176.98163.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 76 (30.08% from 255) = 16.93%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=37.42%
G=16.93%
B=45.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168762050.180.6300.20282.7956.3355.1
HexA84CCD123F01411b3837
Octal25011431522770244337067
Binary1010100010011001100110110010111111010100100011011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84CCD; }

 p { color: rgb(168,76,205); }

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

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

 a { background-color: rgb(168,76,205); }

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

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

 span { border-color: rgb(168,76,205); }

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