Html Css Color HEX #AC5CEE Medium Orchid

📋 copy color: '#AC5CEE'

red 172 ◦ green 92 ◦ blue 238

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

Shades of Medium Orchid #AC5CEE

Tints of Medium Orchid #AC5CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.33%

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 34.26%
G = 18.33%
B = 47.41%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC5CEE (or 0xAC5CEE) is known color: Medium Orchid. HEX triplet: AC, 5C and EE. RGB value is (172,92,238). Sum of RGB (Red+Green+Blue) = 172+92+238=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC5CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CEE is #53A311. Grayscale: #848484. Windows color (decimal): -5481234 or 15621292. OLE color: 15621292.

HSL color Cylindrical-coordinate representation of color #AC5CEE: hue angle of 272.88º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC5CEE is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 92 238 -
CMYK 0.28 0.61 0 0.07
HSL 272.88º 0.81% 0.65% -
HSV(B) 272.88º 0.61% 0.93% -
XYZ 36.27 22.6 83.34 -
YUV 132.56 187.5 156.13 -
System Red Green Blue C M Y K H S L
Decimal 172 92 238 0.28 0.61 0 0.07 272.88 0.81 0.65
Hex AC 5C EE 1C 3D 0 7 111 51 41
Octal 254 134 356 34 75 0 7 421 121 101
Binary 10101100 1011100 11101110 11100 111101 0 111 100010001 1010001 1000001

Color Harmonies of #AC5CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CEE

Black with #AC5CEE

Text Example


Text Example

White with #AC5CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CEE; }

 p { color: rgb(172,92,238); }

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

background-color css

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

 a { background-color: rgb(172,92,238); }

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

border-color css

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

 span { border-color: rgb(172,92,238); }

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