Html Css Color HEX #AC61D8 Medium Orchid

📋 copy color: '#AC61D8'

red 172 ◦ green 97 ◦ blue 216

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

Shades of Medium Orchid #AC61D8

Tints of Medium Orchid #AC61D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 35.46%
G = 20%
B = 44.54%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC61D8 (or 0xAC61D8) is known color: Medium Orchid. HEX triplet: AC, 61 and D8. RGB value is (172,97,216). Sum of RGB (Red+Green+Blue) = 172+97+216=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC61D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61D8 is #539E27. Grayscale: #848484. Windows color (decimal): -5479976 or 14180780. OLE color: 14180780.

HSL color Cylindrical-coordinate representation of color #AC61D8: hue angle of 277.82º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC61D8 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 97 216 -
CMYK 0.20 0.55 0 0.15
HSL 277.82º 0.6% 0.61% -
HSV(B) 277.82º 0.55% 0.85% -
XYZ 33.68 22.28 67.49 -
YUV 132.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 172 97 216 0.20 0.55 0 0.15 277.82 0.6 0.61
Hex AC 61 D8 14 37 0 F 116 3C 3D
Octal 254 141 330 24 67 0 17 426 74 75
Binary 10101100 1100001 11011000 10100 110111 0 1111 100010110 111100 111101

Color Harmonies of #AC61D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC61D8

Black with #AC61D8

Text Example


Text Example

White with #AC61D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC61D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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