Html Css Color HEX #AC54FD Medium Orchid

📋 copy color: '#AC54FD'

red 172 ◦ green 84 ◦ blue 253

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

Shades of Medium Orchid #AC54FD

Tints of Medium Orchid #AC54FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 33.79%
G = 16.5%
B = 49.71%

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

#AC54FD (or 0xAC54FD) is known color: Medium Orchid. HEX triplet: AC, 54 and FD. RGB value is (172,84,253). Sum of RGB (Red+Green+Blue) = 172+84+253=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC54FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54FD is #53AB02. Grayscale: #808080. Windows color (decimal): -5483267 or 16602284. OLE color: 16602284.

HSL color Cylindrical-coordinate representation of color #AC54FD: hue angle of 271.24º degrees, saturation: 0.98, 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 #AC54FD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 84 253 -
CMYK 0.32 0.67 0 0.01
HSL 271.24º 0.98% 0.66% -
HSV(B) 271.24º 0.67% 0.99% -
XYZ 37.91 22.2 95.22 -
YUV 129.58 197.65 158.26 -
System Red Green Blue C M Y K H S L
Decimal 172 84 253 0.32 0.67 0 0.01 271.24 0.98 0.66
Hex AC 54 FD 20 43 0 1 10F 62 42
Octal 254 124 375 40 103 0 1 417 142 102
Binary 10101100 1010100 11111101 100000 1000011 0 1 100001111 1100010 1000010

Color Harmonies of #AC54FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54FD

Black with #AC54FD

Text Example


Text Example

White with #AC54FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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