Html Css Color HEX #AC49EF Medium Orchid

📋 copy color: '#AC49EF'

red 172 ◦ green 73 ◦ blue 239

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

Shades of Medium Orchid #AC49EF

Tints of Medium Orchid #AC49EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 35.54%
G = 15.08%
B = 49.38%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC49EF (or 0xAC49EF) is known color: Medium Orchid. HEX triplet: AC, 49 and EF. RGB value is (172,73,239). Sum of RGB (Red+Green+Blue) = 172+73+239=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC49EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC49EF is #53B610. Grayscale: #787878. Windows color (decimal): -5486097 or 15681964. OLE color: 15681964.

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

Color convert

RGB 172 73 239 -
CMYK 0.28 0.69 0 0.06
HSL 275.78º 0.84% 0.61% -
HSV(B) 275.78º 0.69% 0.94% -
XYZ 34.98 19.77 83.63 -
YUV 121.53 194.3 164 -
System Red Green Blue C M Y K H S L
Decimal 172 73 239 0.28 0.69 0 0.06 275.78 0.84 0.61
Hex AC 49 EF 1C 45 0 6 114 54 3D
Octal 254 111 357 34 105 0 6 424 124 75
Binary 10101100 1001001 11101111 11100 1000101 0 110 100010100 1010100 111101

Color Harmonies of #AC49EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49EF

Black with #AC49EF

Text Example


Text Example

White with #AC49EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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