Html Css Color HEX #AC4FFA Medium Orchid

📋 copy color: '#AC4FFA'

red 172 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #AC4FFA

Tints of Medium Orchid #AC4FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.77%

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

R = 34.33%
G = 15.77%
B = 49.9%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC4FFA (or 0xAC4FFA) is known color: Medium Orchid. HEX triplet: AC, 4F and FA. RGB value is (172,79,250). Sum of RGB (Red+Green+Blue) = 172+79+250=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC4FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC4FFA is #53B005. Grayscale: #7D7D7D. Windows color (decimal): -5484550 or 16404396. OLE color: 16404396.

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

Color convert

RGB 172 79 250 -
CMYK 0.31 0.68 0 0.02
HSL 272.63º 0.94% 0.65% -
HSV(B) 272.63º 0.68% 0.98% -
XYZ 37.06 21.26 92.59 -
YUV 126.3 197.81 160.6 -
System Red Green Blue C M Y K H S L
Decimal 172 79 250 0.31 0.68 0 0.02 272.63 0.94 0.65
Hex AC 4F FA 1F 44 0 2 111 5E 41
Octal 254 117 372 37 104 0 2 421 136 101
Binary 10101100 1001111 11111010 11111 1000100 0 10 100010001 1011110 1000001

Color Harmonies of #AC4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FFA

Black with #AC4FFA

Text Example


Text Example

White with #AC4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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