Html Css Color HEX #AC53FE Medium Orchid

📋 copy color: '#AC53FE'

red 172 ◦ green 83 ◦ blue 254

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

Shades of Medium Orchid #AC53FE

Tints of Medium Orchid #AC53FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.31%

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

R = 33.79%
G = 16.31%
B = 49.9%

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

#AC53FE (or 0xAC53FE) is known color: Medium Orchid. HEX triplet: AC, 53 and FE. RGB value is (172,83,254). Sum of RGB (Red+Green+Blue) = 172+83+254=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC53FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC53FE is #53AC01. Grayscale: #808080. Windows color (decimal): -5483522 or 16667564. OLE color: 16667564.

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

Color convert

RGB 172 83 254 -
CMYK 0.32 0.67 0 0.00
HSL 271.23º 0.99% 0.66% -
HSV(B) 271.23º 0.67% 1% -
XYZ 38 22.11 96.03 -
YUV 129.11 198.49 158.6 -
System Red Green Blue C M Y K H S L
Decimal 172 83 254 0.32 0.67 0 0.00 271.23 0.99 0.66
Hex AC 53 FE 20 43 0 0 10F 63 42
Octal 254 123 376 40 103 0 0 417 143 102
Binary 10101100 1010011 11111110 100000 1000011 0 0 100001111 1100011 1000010

Color Harmonies of #AC53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53FE

Black with #AC53FE

Text Example


Text Example

White with #AC53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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