Html Css Color HEX #AC49FA Medium Orchid

📋 copy color: '#AC49FA'

red 172 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #AC49FA

Tints of Medium Orchid #AC49FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 34.75%
G = 14.75%
B = 50.51%

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

#AC49FA (or 0xAC49FA) is known color: Medium Orchid. HEX triplet: AC, 49 and FA. RGB value is (172,73,250). Sum of RGB (Red+Green+Blue) = 172+73+250=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC49FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC49FA is #53B605. Grayscale: #7A7A7A. Windows color (decimal): -5486086 or 16402860. OLE color: 16402860.

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

Color convert

RGB 172 73 250 -
CMYK 0.31 0.71 0 0.02
HSL 273.56º 0.95% 0.63% -
HSV(B) 273.56º 0.71% 0.98% -
XYZ 36.65 20.44 92.46 -
YUV 122.78 199.8 163.11 -
System Red Green Blue C M Y K H S L
Decimal 172 73 250 0.31 0.71 0 0.02 273.56 0.95 0.63
Hex AC 49 FA 1F 47 0 2 112 5F 3F
Octal 254 111 372 37 107 0 2 422 137 77
Binary 10101100 1001001 11111010 11111 1000111 0 10 100010010 1011111 111111

Color Harmonies of #AC49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49FA

Black with #AC49FA

Text Example


Text Example

White with #AC49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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