Html Css Color HEX #AC5EED Medium Orchid

📋 copy color: '#AC5EED'

red 172 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #AC5EED

Tints of Medium Orchid #AC5EED

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.69%

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 34.19%
G = 18.69%
B = 47.12%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC5EED (or 0xAC5EED) is known color: Medium Orchid. HEX triplet: AC, 5E and ED. RGB value is (172,94,237). Sum of RGB (Red+Green+Blue) = 172+94+237=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC5EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5EED is #53A112. Grayscale: #858585. Windows color (decimal): -5480723 or 15556268. OLE color: 15556268.

HSL color Cylindrical-coordinate representation of color #AC5EED: hue angle of 272.73º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC5EED is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 94 237 -
CMYK 0.27 0.60 0 0.07
HSL 272.73º 0.8% 0.65% -
HSV(B) 272.73º 0.6% 0.93% -
XYZ 36.3 22.89 82.63 -
YUV 133.62 186.34 155.37 -
System Red Green Blue C M Y K H S L
Decimal 172 94 237 0.27 0.60 0 0.07 272.73 0.8 0.65
Hex AC 5E ED 1B 3C 0 7 111 50 41
Octal 254 136 355 33 74 0 7 421 120 101
Binary 10101100 1011110 11101101 11011 111100 0 111 100010001 1010000 1000001

Color Harmonies of #AC5EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5EED

Black with #AC5EED

Text Example


Text Example

White with #AC5EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5EED; }

 p { color: rgb(172,94,237); }

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

background-color css

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

 a { background-color: rgb(172,94,237); }

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

border-color css

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

 span { border-color: rgb(172,94,237); }

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