#AC65CA

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

Shades of Medium Orchid #AC65CA

Tints of Medium Orchid #AC65CA

Color information

#AC65CA (or 0xAC65CA) is unknown color: approx Medium Orchid. HEX triplet: AC, 65 and CA. RGB value is (172,101,202). Sum of RGB (Red+Green+Blue) = 172+101+202=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC65CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65CA is #539A35. Grayscale: #858585. Windows color (decimal): -5478966 or 13264300. OLE color: 13264300.

HSL color Cylindrical-coordinate representation of color #AC65CA: hue angle of 282.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC65CA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172101202-
CMYK0.150.5000.21
HSL282.18º48.79%59.41%-
HSV(B)282.18º50%79.22%-
XYZ32.3322.3458.49-
YUV133.74166.52155.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 101 (39.84% from 255) = 21.26%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=36.21%
G=21.26%
B=42.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721012020.150.5000.21282.1848.7959.41
HexAC65CAF3201511a313b
Octal25414531217620254326173
Binary101011001100101110010101111110010010101100011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC65CA; }

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

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

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

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

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

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

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

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