Html Css Color HEX #AC54FC Medium Orchid

📋 copy color: '#AC54FC'

red 172 ◦ green 84 ◦ blue 252

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

Shades of Medium Orchid #AC54FC

Tints of Medium Orchid #AC54FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 33.86%
G = 16.54%
B = 49.61%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC54FC (or 0xAC54FC) is known color: Medium Orchid. HEX triplet: AC, 54 and FC. RGB value is (172,84,252). Sum of RGB (Red+Green+Blue) = 172+84+252=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC54FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54FC is #53AB03. Grayscale: #808080. Windows color (decimal): -5483268 or 16536748. OLE color: 16536748.

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

Color convert

RGB 172 84 252 -
CMYK 0.32 0.67 0 0.01
HSL 271.43º 0.97% 0.66% -
HSV(B) 271.43º 0.67% 0.99% -
XYZ 37.75 22.14 94.38 -
YUV 129.46 197.15 158.34 -
System Red Green Blue C M Y K H S L
Decimal 172 84 252 0.32 0.67 0 0.01 271.43 0.97 0.66
Hex AC 54 FC 20 43 0 1 10F 61 42
Octal 254 124 374 40 103 0 1 417 141 102
Binary 10101100 1010100 11111100 100000 1000011 0 1 100001111 1100001 1000010

Color Harmonies of #AC54FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54FC

Black with #AC54FC

Text Example


Text Example

White with #AC54FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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