Html Css Color HEX #AC5CCC Medium Orchid

📋 copy color: '#AC5CCC'

red 172 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #AC5CCC

Tints of Medium Orchid #AC5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.66%

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

R = 36.75%
G = 19.66%
B = 43.59%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC5CCC (or 0xAC5CCC) is known color: Medium Orchid. HEX triplet: AC, 5C and CC. RGB value is (172,92,204). Sum of RGB (Red+Green+Blue) = 172+92+204=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC5CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CCC is #53A333. Grayscale: #808080. Windows color (decimal): -5481268 or 13393068. OLE color: 13393068.

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

Color convert

RGB 172 92 204 -
CMYK 0.16 0.55 0 0.2
HSL 282.86º 0.52% 0.58% -
HSV(B) 282.86º 0.55% 0.8% -
XYZ 31.74 20.78 59.47 -
YUV 128.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 172 92 204 0.16 0.55 0 0.2 282.86 0.52 0.58
Hex AC 5C CC 10 37 0 14 11B 34 3A
Octal 254 134 314 20 67 0 24 433 64 72
Binary 10101100 1011100 11001100 10000 110111 0 10100 100011011 110100 111010

Color Harmonies of #AC5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CCC

Black with #AC5CCC

Text Example


Text Example

White with #AC5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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