Html Css Color HEX #AC49F2 Medium Orchid

📋 copy color: '#AC49F2'

red 172 ◦ green 73 ◦ blue 242

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

Shades of Medium Orchid #AC49F2

Tints of Medium Orchid #AC49F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.69%

R = 35.32%
G = 14.99%
B = 49.69%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC49F2 (or 0xAC49F2) is known color: Medium Orchid. HEX triplet: AC, 49 and F2. RGB value is (172,73,242). Sum of RGB (Red+Green+Blue) = 172+73+242=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC49F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC49F2 is #53B60D. Grayscale: #797979. Windows color (decimal): -5486094 or 15878572. OLE color: 15878572.

HSL color Cylindrical-coordinate representation of color #AC49F2: hue angle of 275.15º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC49F2 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 73 242 -
CMYK 0.29 0.70 0 0.05
HSL 275.15º 0.87% 0.62% -
HSV(B) 275.15º 0.7% 0.95% -
XYZ 35.42 19.95 85.99 -
YUV 121.87 195.8 163.76 -
System Red Green Blue C M Y K H S L
Decimal 172 73 242 0.29 0.70 0 0.05 275.15 0.87 0.62
Hex AC 49 F2 1D 46 0 5 113 57 3E
Octal 254 111 362 35 106 0 5 423 127 76
Binary 10101100 1001001 11110010 11101 1000110 0 101 100010011 1010111 111110

Color Harmonies of #AC49F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49F2

Black with #AC49F2

Text Example


Text Example

White with #AC49F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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