Html Css Color HEX #AC53CE Medium Orchid

📋 copy color: '#AC53CE'

red 172 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #AC53CE

Tints of Medium Orchid #AC53CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 37.31%
G = 18%
B = 44.69%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC53CE (or 0xAC53CE) is known color: Medium Orchid. HEX triplet: AC, 53 and CE. RGB value is (172,83,206). Sum of RGB (Red+Green+Blue) = 172+83+206=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC53CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53CE is #53AC31. Grayscale: #7B7B7B. Windows color (decimal): -5483570 or 13521836. OLE color: 13521836.

HSL color Cylindrical-coordinate representation of color #AC53CE: hue angle of 283.41º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC53CE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 83 206 -
CMYK 0.17 0.60 0 0.19
HSL 283.41º 0.56% 0.57% -
HSV(B) 283.41º 0.6% 0.81% -
XYZ 31.25 19.41 60.49 -
YUV 123.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 172 83 206 0.17 0.60 0 0.19 283.41 0.56 0.57
Hex AC 53 CE 11 3C 0 13 11B 38 39
Octal 254 123 316 21 74 0 23 433 70 71
Binary 10101100 1010011 11001110 10001 111100 0 10011 100011011 111000 111001

Color Harmonies of #AC53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53CE

Black with #AC53CE

Text Example


Text Example

White with #AC53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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