Html Css Color HEX #AC5DCC Medium Orchid

📋 copy color: '#AC5DCC'

red 172 ◦ green 93 ◦ blue 204

#AC5DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AC5DCC

Tints of Medium Orchid #AC5DCC

RGB

 RED value IS 172 (67.58% from 255) = 36.67%

 GREEN value IS 93 (36.72% from 255) = 19.83%

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 36.67%
G = 19.83%
B = 43.5%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC5DCC (or 0xAC5DCC) is known color: Medium Orchid. HEX triplet: AC, 5D and CC. RGB value is (172,93,204). Sum of RGB (Red+Green+Blue) = 172+93+204=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DCC is #53A233. Grayscale: #808080. Windows color (decimal): -5481012 or 13393324. OLE color: 13393324.

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

Color convert

RGB 172 93 204 -
CMYK 0.16 0.54 0 0.2
HSL 282.7º 0.52% 0.58% -
HSV(B) 282.7º 0.54% 0.8% -
XYZ 31.83 20.96 59.49 -
YUV 129.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 172 93 204 0.16 0.54 0 0.2 282.7 0.52 0.58
Hex AC 5D CC 10 36 0 14 11B 34 3A
Octal 254 135 314 20 66 0 24 433 64 72
Binary 10101100 1011101 11001100 10000 110110 0 10100 100011011 110100 111010

Color Harmonies of #AC5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DCC

Black with #AC5DCC

Text Example


Text Example

White with #AC5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DCC; }

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

 H1.HeaderClassName
 {
   color: #AC5DCC;
 }
 .AnyTagClassName
 {
   color: #AC5DCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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