#AC65CC

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

Shades of Medium Orchid #AC65CC

Tints of Medium Orchid #AC65CC

Color information

#AC65CC (or 0xAC65CC) is unknown color: approx Medium Orchid. HEX triplet: AC, 65 and CC. RGB value is (172,101,204). Sum of RGB (Red+Green+Blue) = 172+101+204=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC65CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65CC is #539A33. Grayscale: #858585. Windows color (decimal): -5478964 or 13395372. OLE color: 13395372.

HSL color Cylindrical-coordinate representation of color #AC65CC: hue angle of 281.36º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC65CC is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172101204-
CMYK0.160.5000.2
HSL281.36º50.24%59.8%-
HSV(B)281.36º50.49%80%-
XYZ32.5722.4459.74-
YUV133.97167.52155.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=36.06%
G=21.17%
B=42.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721012040.160.5000.2281.3650.2459.8
HexAC65CC1032014119323c
Octal25414531420620244316274
Binary1010110011001011100110010000110010010100100011001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65CC; }

 p { color: rgb(172,101,204); }

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

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

 a { background-color: rgb(172,101,204); }

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

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

 span { border-color: rgb(172,101,204); }

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