Html Css Color HEX #AC54EA Medium Orchid

📋 copy color: '#AC54EA'

red 172 ◦ green 84 ◦ blue 234

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

Shades of Medium Orchid #AC54EA

Tints of Medium Orchid #AC54EA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.14%

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

R = 35.1%
G = 17.14%
B = 47.76%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC54EA (or 0xAC54EA) is known color: Medium Orchid. HEX triplet: AC, 54 and EA. RGB value is (172,84,234). Sum of RGB (Red+Green+Blue) = 172+84+234=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC54EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54EA is #53AB15. Grayscale: #7E7E7E. Windows color (decimal): -5483286 or 15357100. OLE color: 15357100.

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

Color convert

RGB 172 84 234 -
CMYK 0.26 0.64 0 0.08
HSL 275.2º 0.78% 0.62% -
HSV(B) 275.2º 0.64% 0.92% -
XYZ 35.03 21.05 80.06 -
YUV 127.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 172 84 234 0.26 0.64 0 0.08 275.2 0.78 0.62
Hex AC 54 EA 1A 40 0 8 113 4E 3E
Octal 254 124 352 32 100 0 10 423 116 76
Binary 10101100 1010100 11101010 11010 1000000 0 1000 100010011 1001110 111110

Color Harmonies of #AC54EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC54EA

Black with #AC54EA

Text Example


Text Example

White with #AC54EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC54EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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