Html Css Color HEX #AC61C8 Medium Orchid

📋 copy color: '#AC61C8'

red 172 ◦ green 97 ◦ blue 200

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

Shades of Medium Orchid #AC61C8

Tints of Medium Orchid #AC61C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.64%

R = 36.67%
G = 20.68%
B = 42.64%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC61C8 (or 0xAC61C8) is known color: Medium Orchid. HEX triplet: AC, 61 and C8. RGB value is (172,97,200). Sum of RGB (Red+Green+Blue) = 172+97+200=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC61C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61C8 is #539E37. Grayscale: #828282. Windows color (decimal): -5479992 or 13132204. OLE color: 13132204.

HSL color Cylindrical-coordinate representation of color #AC61C8: hue angle of 283.69º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC61C8 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 97 200 -
CMYK 0.14 0.52 0 0.22
HSL 283.69º 0.48% 0.58% -
HSV(B) 283.69º 0.52% 0.78% -
XYZ 31.71 21.49 57.12 -
YUV 131.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 172 97 200 0.14 0.52 0 0.22 283.69 0.48 0.58
Hex AC 61 C8 E 34 0 16 11C 30 3A
Octal 254 141 310 16 64 0 26 434 60 72
Binary 10101100 1100001 11001000 1110 110100 0 10110 100011100 110000 111010

Color Harmonies of #AC61C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61C8

Black with #AC61C8

Text Example


Text Example

White with #AC61C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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