#A84FCD

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

Shades of Medium Orchid #A84FCD

Tints of Medium Orchid #A84FCD

Color information

#A84FCD (or 0xA84FCD) is unknown color: approx Medium Orchid. HEX triplet: A8, 4F and CD. RGB value is (168,79,205). Sum of RGB (Red+Green+Blue) = 168+79+205=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #A84FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FCD is #57B032. Grayscale: #777777. Windows color (decimal): -5746739 or 13455272. OLE color: 13455272.

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

Color convert

RGB16879205-
CMYK0.180.6100.20
HSL282.38º55.75%55.69%-
HSV(B)282.38º61.46%80.39%-
XYZ29.9618.3259.72-
YUV119.98175.99162.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 79 (31.25% from 255) = 17.48%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=37.17%
G=17.48%
B=45.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168792050.180.6100.20282.3855.7555.69
HexA84FCD123D01411a3838
Octal25011731522750244327070
Binary1010100010011111100110110010111101010100100011010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84FCD; }

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

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

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

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

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

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

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

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