Html Css Color HEX #AC45EA Medium Orchid

📋 copy color: '#AC45EA'

red 172 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #AC45EA

Tints of Medium Orchid #AC45EA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.53%

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

R = 36.21%
G = 14.53%
B = 49.26%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC45EA (or 0xAC45EA) is known color: Medium Orchid. HEX triplet: AC, 45 and EA. RGB value is (172,69,234). Sum of RGB (Red+Green+Blue) = 172+69+234=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC45EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC45EA is #53BA15. Grayscale: #767676. Windows color (decimal): -5487126 or 15353260. OLE color: 15353260.

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

Color convert

RGB 172 69 234 -
CMYK 0.26 0.71 0 0.08
HSL 277.45º 0.8% 0.59% -
HSV(B) 277.45º 0.71% 0.92% -
XYZ 33.99 18.97 79.71 -
YUV 118.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 172 69 234 0.26 0.71 0 0.08 277.45 0.8 0.59
Hex AC 45 EA 1A 47 0 8 115 50 3B
Octal 254 105 352 32 107 0 10 425 120 73
Binary 10101100 1000101 11101010 11010 1000111 0 1000 100010101 1010000 111011

Color Harmonies of #AC45EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC45EA

Black with #AC45EA

Text Example


Text Example

White with #AC45EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC45EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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