Html Css Color HEX #AC49EA Medium Orchid

📋 copy color: '#AC49EA'

red 172 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #AC49EA

Tints of Medium Orchid #AC49EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 35.91%
G = 15.24%
B = 48.85%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC49EA (or 0xAC49EA) is known color: Medium Orchid. HEX triplet: AC, 49 and EA. RGB value is (172,73,234). Sum of RGB (Red+Green+Blue) = 172+73+234=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC49EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC49EA is #53B615. Grayscale: #787878. Windows color (decimal): -5486102 or 15354284. OLE color: 15354284.

HSL color Cylindrical-coordinate representation of color #AC49EA: hue angle of 276.89º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC49EA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 73 234 -
CMYK 0.26 0.69 0 0.08
HSL 276.89º 0.79% 0.6% -
HSV(B) 276.89º 0.69% 0.92% -
XYZ 34.25 19.48 79.8 -
YUV 120.96 191.8 164.41 -
System Red Green Blue C M Y K H S L
Decimal 172 73 234 0.26 0.69 0 0.08 276.89 0.79 0.6
Hex AC 49 EA 1A 45 0 8 115 4F 3C
Octal 254 111 352 32 105 0 10 425 117 74
Binary 10101100 1001001 11101010 11010 1000101 0 1000 100010101 1001111 111100

Color Harmonies of #AC49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49EA

Black with #AC49EA

Text Example


Text Example

White with #AC49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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