Html Css Color HEX #AC41EE Medium Orchid

📋 copy color: '#AC41EE'

red 172 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #AC41EE

Tints of Medium Orchid #AC41EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.68%

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 36.21%
G = 13.68%
B = 50.11%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC41EE (or 0xAC41EE) is known color: Medium Orchid. HEX triplet: AC, 41 and EE. RGB value is (172,65,238). Sum of RGB (Red+Green+Blue) = 172+65+238=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC41EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41EE is #53BE11. Grayscale: #747474. Windows color (decimal): -5488146 or 15614380. OLE color: 15614380.

HSL color Cylindrical-coordinate representation of color #AC41EE: hue angle of 277.11º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC41EE is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 65 238 -
CMYK 0.28 0.73 0 0.07
HSL 277.11º 0.84% 0.59% -
HSV(B) 277.11º 0.73% 0.93% -
XYZ 34.34 18.72 82.69 -
YUV 116.72 196.45 167.43 -
System Red Green Blue C M Y K H S L
Decimal 172 65 238 0.28 0.73 0 0.07 277.11 0.84 0.59
Hex AC 41 EE 1C 49 0 7 115 54 3B
Octal 254 101 356 34 111 0 7 425 124 73
Binary 10101100 1000001 11101110 11100 1001001 0 111 100010101 1010100 111011

Color Harmonies of #AC41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41EE

Black with #AC41EE

Text Example


Text Example

White with #AC41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41EE; }

 p { color: rgb(172,65,238); }

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

background-color css

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

 a { background-color: rgb(172,65,238); }

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

border-color css

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

 span { border-color: rgb(172,65,238); }

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