Html Css Color HEX #AC54F4 Medium Orchid

📋 copy color: '#AC54F4'

red 172 ◦ green 84 ◦ blue 244

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

Shades of Medium Orchid #AC54F4

Tints of Medium Orchid #AC54F4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.8%

 BLUE value IS 244 (95.7% from 255) = 48.8%

R = 34.4%
G = 16.8%
B = 48.8%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC54F4 (or 0xAC54F4) is known color: Medium Orchid. HEX triplet: AC, 54 and F4. RGB value is (172,84,244). Sum of RGB (Red+Green+Blue) = 172+84+244=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 244 (95.70% from 255 or 48.8% from 500); Max value from RGB is 244 - color contains mainly: blue. Hex color #AC54F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54F4 is #53AB0B. Grayscale: #808080. Windows color (decimal): -5483276 or 16012460. OLE color: 16012460.

HSL color Cylindrical-coordinate representation of color #AC54F4: hue angle of 273º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC54F4 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 84 244 -
CMYK 0.30 0.66 0 0.04
HSL 273º 0.88% 0.64% -
HSV(B) 273º 0.66% 0.96% -
XYZ 36.51 21.64 87.84 -
YUV 128.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 172 84 244 0.30 0.66 0 0.04 273 0.88 0.64
Hex AC 54 F4 1E 42 0 4 111 58 40
Octal 254 124 364 36 102 0 4 421 130 100
Binary 10101100 1010100 11110100 11110 1000010 0 100 100010001 1011000 1000000

Color Harmonies of #AC54F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54F4

Black with #AC54F4

Text Example


Text Example

White with #AC54F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54F4; }

 p { color: rgb(172,84,244); }

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

background-color css

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

 a { background-color: rgb(172,84,244); }

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

border-color css

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

 span { border-color: rgb(172,84,244); }

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