#AC5CDB

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

Shades of Medium Orchid #AC5CDB

Tints of Medium Orchid #AC5CDB

Color information

#AC5CDB (or 0xAC5CDB) is unknown color: approx Medium Orchid. HEX triplet: AC, 5C and DB. RGB value is (172,92,219). Sum of RGB (Red+Green+Blue) = 172+92+219=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC5CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CDB is #53A324. Grayscale: #818181. Windows color (decimal): -5481253 or 14376108. OLE color: 14376108.

HSL color Cylindrical-coordinate representation of color #AC5CDB: hue angle of 277.8º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5CDB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17292219-
CMYK0.210.5800.14
HSL277.8º63.82%60.98%-
HSV(B)277.8º57.99%85.88%-
XYZ33.6321.5469.4-
YUV130.4178157.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=35.61%
G=19.05%
B=45.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172922190.210.5800.14277.863.8260.98
HexAC5CDB153A0E116403d
Octal254134333257201642610075
Binary1010110010111001101101110101111010011101000101101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CDB; }

 p { color: rgb(172,92,219); }

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

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

 a { background-color: rgb(172,92,219); }

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

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

 span { border-color: rgb(172,92,219); }

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