Html Css Color HEX #AC50E9 Medium Orchid

📋 copy color: '#AC50E9'

red 172 ◦ green 80 ◦ blue 233

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

Shades of Medium Orchid #AC50E9

Tints of Medium Orchid #AC50E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.04%

R = 35.46%
G = 16.49%
B = 48.04%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC50E9 (or 0xAC50E9) is known color: Medium Orchid. HEX triplet: AC, 50 and E9. RGB value is (172,80,233). Sum of RGB (Red+Green+Blue) = 172+80+233=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC50E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50E9 is #53AF16. Grayscale: #7C7C7C. Windows color (decimal): -5484311 or 15290540. OLE color: 15290540.

HSL color Cylindrical-coordinate representation of color #AC50E9: hue angle of 276.08º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC50E9 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 80 233 -
CMYK 0.26 0.66 0 0.09
HSL 276.08º 0.78% 0.61% -
HSV(B) 276.08º 0.66% 0.91% -
XYZ 34.59 20.39 79.2 -
YUV 124.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 172 80 233 0.26 0.66 0 0.09 276.08 0.78 0.61
Hex AC 50 E9 1A 42 0 9 114 4E 3D
Octal 254 120 351 32 102 0 11 424 116 75
Binary 10101100 1010000 11101001 11010 1000010 0 1001 100010100 1001110 111101

Color Harmonies of #AC50E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50E9

Black with #AC50E9

Text Example


Text Example

White with #AC50E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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