Html Css Color HEX #AC49EE Medium Orchid

📋 copy color: '#AC49EE'

red 172 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #AC49EE

Tints of Medium Orchid #AC49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.11%

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

R = 35.61%
G = 15.11%
B = 49.28%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC49EE (or 0xAC49EE) is known color: Medium Orchid. HEX triplet: AC, 49 and EE. RGB value is (172,73,238). Sum of RGB (Red+Green+Blue) = 172+73+238=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC49EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC49EE is #53B611. Grayscale: #787878. Windows color (decimal): -5486098 or 15616428. OLE color: 15616428.

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

Color convert

RGB 172 73 238 -
CMYK 0.28 0.69 0 0.07
HSL 276º 0.83% 0.61% -
HSV(B) 276º 0.69% 0.93% -
XYZ 34.83 19.71 82.86 -
YUV 121.41 193.8 164.08 -
System Red Green Blue C M Y K H S L
Decimal 172 73 238 0.28 0.69 0 0.07 276 0.83 0.61
Hex AC 49 EE 1C 45 0 7 114 53 3D
Octal 254 111 356 34 105 0 7 424 123 75
Binary 10101100 1001001 11101110 11100 1000101 0 111 100010100 1010011 111101

Color Harmonies of #AC49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49EE

Black with #AC49EE

Text Example


Text Example

White with #AC49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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