Html Css Color HEX #AC40EE Medium Orchid

📋 copy color: '#AC40EE'

red 172 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #AC40EE

Tints of Medium Orchid #AC40EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.5%

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

R = 36.29%
G = 13.5%
B = 50.21%

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

#AC40EE (or 0xAC40EE) is known color: Medium Orchid. HEX triplet: AC, 40 and EE. RGB value is (172,64,238). Sum of RGB (Red+Green+Blue) = 172+64+238=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC40EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40EE is #53BF11. Grayscale: #737373. Windows color (decimal): -5488402 or 15614124. OLE color: 15614124.

HSL color Cylindrical-coordinate representation of color #AC40EE: hue angle of 277.24º 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 #AC40EE is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 64 238 -
CMYK 0.28 0.73 0 0.07
HSL 277.24º 0.84% 0.59% -
HSV(B) 277.24º 0.73% 0.93% -
XYZ 34.28 18.61 82.67 -
YUV 116.13 196.78 167.85 -
System Red Green Blue C M Y K H S L
Decimal 172 64 238 0.28 0.73 0 0.07 277.24 0.84 0.59
Hex AC 40 EE 1C 49 0 7 115 54 3B
Octal 254 100 356 34 111 0 7 425 124 73
Binary 10101100 1000000 11101110 11100 1001001 0 111 100010101 1010100 111011

Color Harmonies of #AC40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40EE

Black with #AC40EE

Text Example


Text Example

White with #AC40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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