Html Css Color HEX #AC50C2 Medium Orchid

📋 copy color: '#AC50C2'

red 172 ◦ green 80 ◦ blue 194

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

Shades of Medium Orchid #AC50C2

Tints of Medium Orchid #AC50C2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.94%

 BLUE value IS 194 (76.17% from 255) = 43.5%

R = 38.57%
G = 17.94%
B = 43.5%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC50C2 (or 0xAC50C2) is known color: Medium Orchid. HEX triplet: AC, 50 and C2. RGB value is (172,80,194). Sum of RGB (Red+Green+Blue) = 172+80+194=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC50C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50C2 is #53AF3D. Grayscale: #787878. Windows color (decimal): -5484350 or 12734636. OLE color: 12734636.

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

Color convert

RGB 172 80 194 -
CMYK 0.11 0.59 0 0.24
HSL 288.42º 0.48% 0.54% -
HSV(B) 288.42º 0.59% 0.76% -
XYZ 29.62 18.4 53.03 -
YUV 120.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 172 80 194 0.11 0.59 0 0.24 288.42 0.48 0.54
Hex AC 50 C2 B 3B 0 18 120 30 36
Octal 254 120 302 13 73 0 30 440 60 66
Binary 10101100 1010000 11000010 1011 111011 0 11000 100100000 110000 110110

Color Harmonies of #AC50C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50C2

Black with #AC50C2

Text Example


Text Example

White with #AC50C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50C2; }

 p { color: rgb(172,80,194); }

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

background-color css

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

 a { background-color: rgb(172,80,194); }

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

border-color css

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

 span { border-color: rgb(172,80,194); }

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