Html Css Color HEX #AC53E9 Medium Orchid

📋 copy color: '#AC53E9'

red 172 ◦ green 83 ◦ blue 233

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

Shades of Medium Orchid #AC53E9

Tints of Medium Orchid #AC53E9

RGB

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

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

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

R = 35.25%
G = 17.01%
B = 47.75%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC53E9 (or 0xAC53E9) is known color: Medium Orchid. HEX triplet: AC, 53 and E9. RGB value is (172,83,233). Sum of RGB (Red+Green+Blue) = 172+83+233=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC53E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC53E9 is #53AC16. Grayscale: #7E7E7E. Windows color (decimal): -5483543 or 15291308. OLE color: 15291308.

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

Color convert

RGB 172 83 233 -
CMYK 0.26 0.64 0 0.09
HSL 275.6º 0.77% 0.62% -
HSV(B) 275.6º 0.64% 0.91% -
XYZ 34.81 20.84 79.28 -
YUV 126.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 172 83 233 0.26 0.64 0 0.09 275.6 0.77 0.62
Hex AC 53 E9 1A 40 0 9 114 4D 3E
Octal 254 123 351 32 100 0 11 424 115 76
Binary 10101100 1010011 11101001 11010 1000000 0 1001 100010100 1001101 111110

Color Harmonies of #AC53E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53E9

Black with #AC53E9

Text Example


Text Example

White with #AC53E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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