#A754DA

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

Shades of Medium Orchid #A754DA

Tints of Medium Orchid #A754DA

Color information

#A754DA (or 0xA754DA) is unknown color: approx Medium Orchid. HEX triplet: A7, 54 and DA. RGB value is (167,84,218). Sum of RGB (Red+Green+Blue) = 167+84+218=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #A754DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A754DA is #58AB25. Grayscale: #7B7B7B. Windows color (decimal): -5810982 or 14308519. OLE color: 14308519.

HSL color Cylindrical-coordinate representation of color #A754DA: hue angle of 277.16º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A754DA is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16784218-
CMYK0.230.6100.15
HSL277.16º64.42%59.22%-
HSV(B)277.16º61.47%85.49%-
XYZ31.7619.6268.44-
YUV124.09181158.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 84 (33.20% from 255) = 17.91%
BLUE value IS 218 (85.55% from 255) = 46.48%
R=35.61%
G=17.91%
B=46.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167842180.230.6100.15277.1664.4259.22
HexA754DA173D0F115403b
Octal247124332277501742510073
Binary1010011110101001101101010111111101011111000101011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A754DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A754DA; }

 p { color: rgb(167,84,218); }

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

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

 a { background-color: rgb(167,84,218); }

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

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

 span { border-color: rgb(167,84,218); }

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