Html Css Color HEX #AC53FF Medium Orchid

📋 copy color: '#AC53FF'

red 172 ◦ green 83 ◦ blue 255

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

Shades of Medium Orchid #AC53FF

Tints of Medium Orchid #AC53FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 33.73%
G = 16.27%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC53FF (or 0xAC53FF) is known color: Medium Orchid. HEX triplet: AC, 53 and FF. RGB value is (172,83,255). Sum of RGB (Red+Green+Blue) = 172+83+255=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC53FF is #53AC00. Grayscale: #808080. Windows color (decimal): -5483521 or 16733100. OLE color: 16733100.

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

Color convert

RGB 172 83 255 -
CMYK 0.33 0.67 0 0
HSL 271.05º 1% 0.66% -
HSV(B) 271.05º 0.67% 1% -
XYZ 38.16 22.18 96.88 -
YUV 129.22 198.99 158.51 -
System Red Green Blue C M Y K H S L
Decimal 172 83 255 0.33 0.67 0 0 271.05 1 0.66
Hex AC 53 FF 21 43 0 0 10F 64 42
Octal 254 123 377 41 103 0 0 417 144 102
Binary 10101100 1010011 11111111 100001 1000011 0 0 100001111 1100100 1000010

Color Harmonies of #AC53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53FF

Black with #AC53FF

Text Example


Text Example

White with #AC53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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