Html Css Color HEX #AC61C3 Medium Orchid

📋 copy color: '#AC61C3'

red 172 ◦ green 97 ◦ blue 195

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

Shades of Medium Orchid #AC61C3

Tints of Medium Orchid #AC61C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.03%

R = 37.07%
G = 20.91%
B = 42.03%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC61C3 (or 0xAC61C3) is known color: Medium Orchid. HEX triplet: AC, 61 and C3. RGB value is (172,97,195). Sum of RGB (Red+Green+Blue) = 172+97+195=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC61C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61C3 is #539E3C. Grayscale: #828282. Windows color (decimal): -5479997 or 12804524. OLE color: 12804524.

HSL color Cylindrical-coordinate representation of color #AC61C3: hue angle of 285.92º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC61C3 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 97 195 -
CMYK 0.12 0.50 0 0.24
HSL 285.92º 0.45% 0.57% -
HSV(B) 285.92º 0.5% 0.76% -
XYZ 31.14 21.26 54.09 -
YUV 130.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 172 97 195 0.12 0.50 0 0.24 285.92 0.45 0.57
Hex AC 61 C3 C 32 0 18 11E 2D 39
Octal 254 141 303 14 62 0 30 436 55 71
Binary 10101100 1100001 11000011 1100 110010 0 11000 100011110 101101 111001

Color Harmonies of #AC61C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61C3

Black with #AC61C3

Text Example


Text Example

White with #AC61C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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