Html Css Color HEX #AC61CC Medium Orchid

📋 copy color: '#AC61CC'

red 172 ◦ green 97 ◦ blue 204

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

Shades of Medium Orchid #AC61CC

Tints of Medium Orchid #AC61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.51%

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

R = 36.36%
G = 20.51%
B = 43.13%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC61CC (or 0xAC61CC) is known color: Medium Orchid. HEX triplet: AC, 61 and CC. RGB value is (172,97,204). Sum of RGB (Red+Green+Blue) = 172+97+204=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC61CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61CC is #539E33. Grayscale: #838383. Windows color (decimal): -5479988 or 13394348. OLE color: 13394348.

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

Color convert

RGB 172 97 204 -
CMYK 0.16 0.52 0 0.2
HSL 282.06º 0.51% 0.59% -
HSV(B) 282.06º 0.52% 0.8% -
XYZ 32.19 21.68 59.61 -
YUV 131.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 172 97 204 0.16 0.52 0 0.2 282.06 0.51 0.59
Hex AC 61 CC 10 34 0 14 11A 33 3B
Octal 254 141 314 20 64 0 24 432 63 73
Binary 10101100 1100001 11001100 10000 110100 0 10100 100011010 110011 111011

Color Harmonies of #AC61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61CC

Black with #AC61CC

Text Example


Text Example

White with #AC61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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