Html Css Color HEX #AC53C3 Medium Orchid

📋 copy color: '#AC53C3'

red 172 ◦ green 83 ◦ blue 195

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

Shades of Medium Orchid #AC53C3

Tints of Medium Orchid #AC53C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.33%

R = 38.22%
G = 18.44%
B = 43.33%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC53C3 (or 0xAC53C3) is known color: Medium Orchid. HEX triplet: AC, 53 and C3. RGB value is (172,83,195). Sum of RGB (Red+Green+Blue) = 172+83+195=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC53C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53C3 is #53AC3C. Grayscale: #7A7A7A. Windows color (decimal): -5483581 or 12800940. OLE color: 12800940.

HSL color Cylindrical-coordinate representation of color #AC53C3: hue angle of 287.68º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC53C3 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 83 195 -
CMYK 0.12 0.57 0 0.24
HSL 287.68º 0.48% 0.55% -
HSV(B) 287.68º 0.57% 0.76% -
XYZ 29.96 18.9 53.7 -
YUV 122.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 172 83 195 0.12 0.57 0 0.24 287.68 0.48 0.55
Hex AC 53 C3 C 39 0 18 120 30 37
Octal 254 123 303 14 71 0 30 440 60 67
Binary 10101100 1010011 11000011 1100 111001 0 11000 100100000 110000 110111

Color Harmonies of #AC53C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53C3

Black with #AC53C3

Text Example


Text Example

White with #AC53C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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