#AC62CE

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

Shades of Medium Orchid #AC62CE

Tints of Medium Orchid #AC62CE

Color information

#AC62CE (or 0xAC62CE) is unknown color: approx Medium Orchid. HEX triplet: AC, 62 and CE. RGB value is (172,98,206). Sum of RGB (Red+Green+Blue) = 172+98+206=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC62CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62CE is #539D31. Grayscale: #848484. Windows color (decimal): -5479730 or 13525676. OLE color: 13525676.

HSL color Cylindrical-coordinate representation of color #AC62CE: hue angle of 281.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC62CE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17298206-
CMYK0.170.5200.19
HSL281.11º52.43%59.61%-
HSV(B)281.11º52.43%80.78%-
XYZ32.5221.9660.92-
YUV132.44169.52156.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 98 (38.67% from 255) = 20.59%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=36.13%
G=20.59%
B=43.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172982060.170.5200.19281.1152.4359.61
HexAC62CE1134013119343c
Octal25414231621640234316474
Binary1010110011000101100111010001110100010011100011001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC62CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC62CE; }

 p { color: rgb(172,98,206); }

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

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

 a { background-color: rgb(172,98,206); }

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

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

 span { border-color: rgb(172,98,206); }

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