Html Css Color HEX #AC50C3 Medium Orchid

📋 copy color: '#AC50C3'

red 172 ◦ green 80 ◦ blue 195

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

Shades of Medium Orchid #AC50C3

Tints of Medium Orchid #AC50C3

RGB

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

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

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

R = 38.48%
G = 17.9%
B = 43.62%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC50C3 (or 0xAC50C3) is known color: Medium Orchid. HEX triplet: AC, 50 and C3. RGB value is (172,80,195). Sum of RGB (Red+Green+Blue) = 172+80+195=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC50C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50C3 is #53AF3C. Grayscale: #787878. Windows color (decimal): -5484349 or 12800172. OLE color: 12800172.

HSL color Cylindrical-coordinate representation of color #AC50C3: hue angle of 288º degrees, saturation: 0.49, 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 #AC50C3 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 80 195 -
CMYK 0.12 0.59 0 0.24
HSL 288º 0.49% 0.54% -
HSV(B) 288º 0.59% 0.76% -
XYZ 29.73 18.45 53.62 -
YUV 120.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 172 80 195 0.12 0.59 0 0.24 288 0.49 0.54
Hex AC 50 C3 C 3B 0 18 120 31 36
Octal 254 120 303 14 73 0 30 440 61 66
Binary 10101100 1010000 11000011 1100 111011 0 11000 100100000 110001 110110

Color Harmonies of #AC50C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50C3

Black with #AC50C3

Text Example


Text Example

White with #AC50C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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