Html Css Color HEX #AC50E5 Medium Orchid

📋 copy color: '#AC50E5'

red 172 ◦ green 80 ◦ blue 229

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

Shades of Medium Orchid #AC50E5

Tints of Medium Orchid #AC50E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 35.76%
G = 16.63%
B = 47.61%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC50E5 (or 0xAC50E5) is known color: Medium Orchid. HEX triplet: AC, 50 and E5. RGB value is (172,80,229). Sum of RGB (Red+Green+Blue) = 172+80+229=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC50E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50E5 is #53AF1A. Grayscale: #7B7B7B. Windows color (decimal): -5484315 or 15028396. OLE color: 15028396.

HSL color Cylindrical-coordinate representation of color #AC50E5: hue angle of 277.05º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC50E5 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 80 229 -
CMYK 0.25 0.65 0 0.10
HSL 277.05º 0.74% 0.61% -
HSV(B) 277.05º 0.65% 0.9% -
XYZ 34.02 20.17 76.23 -
YUV 124.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 172 80 229 0.25 0.65 0 0.10 277.05 0.74 0.61
Hex AC 50 E5 19 41 0 A 115 4A 3D
Octal 254 120 345 31 101 0 12 425 112 75
Binary 10101100 1010000 11100101 11001 1000001 0 1010 100010101 1001010 111101

Color Harmonies of #AC50E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50E5

Black with #AC50E5

Text Example


Text Example

White with #AC50E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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