Html Css Color HEX #AC53EA Medium Orchid

📋 copy color: '#AC53EA'

red 172 ◦ green 83 ◦ blue 234

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

Shades of Medium Orchid #AC53EA

Tints of Medium Orchid #AC53EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 35.17%
G = 16.97%
B = 47.85%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC53EA (or 0xAC53EA) is known color: Medium Orchid. HEX triplet: AC, 53 and EA. RGB value is (172,83,234). Sum of RGB (Red+Green+Blue) = 172+83+234=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC53EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC53EA is #53AC15. Grayscale: #7E7E7E. Windows color (decimal): -5483542 or 15356844. OLE color: 15356844.

HSL color Cylindrical-coordinate representation of color #AC53EA: hue angle of 275.36º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC53EA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 83 234 -
CMYK 0.26 0.65 0 0.08
HSL 275.36º 0.78% 0.62% -
HSV(B) 275.36º 0.65% 0.92% -
XYZ 34.96 20.9 80.03 -
YUV 126.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 172 83 234 0.26 0.65 0 0.08 275.36 0.78 0.62
Hex AC 53 EA 1A 41 0 8 113 4E 3E
Octal 254 123 352 32 101 0 10 423 116 76
Binary 10101100 1010011 11101010 11010 1000001 0 1000 100010011 1001110 111110

Color Harmonies of #AC53EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC53EA

Black with #AC53EA

Text Example


Text Example

White with #AC53EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC53EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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