Html Css Color HEX #AC61DF Medium Orchid

📋 copy color: '#AC61DF'

red 172 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #AC61DF

Tints of Medium Orchid #AC61DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 34.96%
G = 19.72%
B = 45.33%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC61DF (or 0xAC61DF) is known color: Medium Orchid. HEX triplet: AC, 61 and DF. RGB value is (172,97,223). Sum of RGB (Red+Green+Blue) = 172+97+223=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC61DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61DF is #539E20. Grayscale: #858585. Windows color (decimal): -5479969 or 14639532. OLE color: 14639532.

HSL color Cylindrical-coordinate representation of color #AC61DF: hue angle of 275.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC61DF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 97 223 -
CMYK 0.23 0.57 0 0.13
HSL 275.71º 0.66% 0.63% -
HSV(B) 275.71º 0.57% 0.87% -
XYZ 34.61 22.65 72.36 -
YUV 133.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 172 97 223 0.23 0.57 0 0.13 275.71 0.66 0.63
Hex AC 61 DF 17 39 0 D 114 42 3F
Octal 254 141 337 27 71 0 15 424 102 77
Binary 10101100 1100001 11011111 10111 111001 0 1101 100010100 1000010 111111

Color Harmonies of #AC61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61DF

Black with #AC61DF

Text Example


Text Example

White with #AC61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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