Html Css Color HEX #AC49FB Medium Orchid

📋 copy color: '#AC49FB'

red 172 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #AC49FB

Tints of Medium Orchid #AC49FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 34.68%
G = 14.72%
B = 50.6%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC49FB (or 0xAC49FB) is known color: Medium Orchid. HEX triplet: AC, 49 and FB. RGB value is (172,73,251). Sum of RGB (Red+Green+Blue) = 172+73+251=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC49FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC49FB is #53B604. Grayscale: #7A7A7A. Windows color (decimal): -5486085 or 16468396. OLE color: 16468396.

HSL color Cylindrical-coordinate representation of color #AC49FB: hue angle of 273.37º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC49FB is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 73 251 -
CMYK 0.31 0.71 0 0.02
HSL 273.37º 0.96% 0.64% -
HSV(B) 273.37º 0.71% 0.98% -
XYZ 36.81 20.5 93.28 -
YUV 122.89 200.3 163.03 -
System Red Green Blue C M Y K H S L
Decimal 172 73 251 0.31 0.71 0 0.02 273.37 0.96 0.64
Hex AC 49 FB 1F 47 0 2 111 60 40
Octal 254 111 373 37 107 0 2 421 140 100
Binary 10101100 1001001 11111011 11111 1000111 0 10 100010001 1100000 1000000

Color Harmonies of #AC49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49FB

Black with #AC49FB

Text Example


Text Example

White with #AC49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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