Html Css Color HEX #AC54FE Medium Orchid

📋 copy color: '#AC54FE'

red 172 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #AC54FE

Tints of Medium Orchid #AC54FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 33.73%
G = 16.47%
B = 49.8%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC54FE (or 0xAC54FE) is known color: Medium Orchid. HEX triplet: AC, 54 and FE. RGB value is (172,84,254). Sum of RGB (Red+Green+Blue) = 172+84+254=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC54FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54FE is #53AB01. Grayscale: #818181. Windows color (decimal): -5483266 or 16667820. OLE color: 16667820.

HSL color Cylindrical-coordinate representation of color #AC54FE: hue angle of 271.06º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC54FE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 84 254 -
CMYK 0.32 0.67 0 0.00
HSL 271.06º 0.99% 0.66% -
HSV(B) 271.06º 0.67% 1% -
XYZ 38.07 22.27 96.06 -
YUV 129.69 198.15 158.18 -
System Red Green Blue C M Y K H S L
Decimal 172 84 254 0.32 0.67 0 0.00 271.06 0.99 0.66
Hex AC 54 FE 20 43 0 0 10F 63 42
Octal 254 124 376 40 103 0 0 417 143 102
Binary 10101100 1010100 11111110 100000 1000011 0 0 100001111 1100011 1000010

Color Harmonies of #AC54FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54FE

Black with #AC54FE

Text Example


Text Example

White with #AC54FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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