#AC61DA

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

Shades of Medium Orchid #AC61DA

Tints of Medium Orchid #AC61DA

Color information

#AC61DA (or 0xAC61DA) is unknown color: approx Medium Orchid. HEX triplet: AC, 61 and DA. RGB value is (172,97,218). Sum of RGB (Red+Green+Blue) = 172+97+218=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC61DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61DA is #539E25. Grayscale: #848484. Windows color (decimal): -5479974 or 14311852. OLE color: 14311852.

HSL color Cylindrical-coordinate representation of color #AC61DA: hue angle of 277.19º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC61DA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17297218-
CMYK0.210.5600.15
HSL277.19º62.05%61.76%-
HSV(B)277.19º55.5%85.49%-
XYZ33.9422.3868.86-
YUV133.22175.85155.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 97 (38.28% from 255) = 19.92%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=35.32%
G=19.92%
B=44.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172972180.210.5600.15277.1962.0561.76
HexAC61DA15380F1153e3e
Octal25414133225700174257676
Binary101011001100001110110101010111100001111100010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61DA; }

 p { color: rgb(172,97,218); }

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

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

 a { background-color: rgb(172,97,218); }

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

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

 span { border-color: rgb(172,97,218); }

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