Html Css Color HEX #AC53E5 Medium Orchid

📋 copy color: '#AC53E5'

red 172 ◦ green 83 ◦ blue 229

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

Shades of Medium Orchid #AC53E5

Tints of Medium Orchid #AC53E5

RGB

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

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

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

R = 35.54%
G = 17.15%
B = 47.31%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC53E5 (or 0xAC53E5) is known color: Medium Orchid. HEX triplet: AC, 53 and E5. RGB value is (172,83,229). Sum of RGB (Red+Green+Blue) = 172+83+229=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC53E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC53E5 is #53AC1A. Grayscale: #7D7D7D. Windows color (decimal): -5483547 or 15029164. OLE color: 15029164.

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

Color convert

RGB 172 83 229 -
CMYK 0.25 0.64 0 0.10
HSL 276.58º 0.74% 0.61% -
HSV(B) 276.58º 0.64% 0.9% -
XYZ 34.25 20.61 76.3 -
YUV 126.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 172 83 229 0.25 0.64 0 0.10 276.58 0.74 0.61
Hex AC 53 E5 19 40 0 A 115 4A 3D
Octal 254 123 345 31 100 0 12 425 112 75
Binary 10101100 1010011 11100101 11001 1000000 0 1010 100010101 1001010 111101

Color Harmonies of #AC53E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53E5

Black with #AC53E5

Text Example


Text Example

White with #AC53E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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