Html Css Color HEX #AC5EEF Medium Orchid

📋 copy color: '#AC5EEF'

red 172 ◦ green 94 ◦ blue 239

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

Shades of Medium Orchid #AC5EEF

Tints of Medium Orchid #AC5EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 34.06%
G = 18.61%
B = 47.33%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC5EEF (or 0xAC5EEF) is known color: Medium Orchid. HEX triplet: AC, 5E and EF. RGB value is (172,94,239). Sum of RGB (Red+Green+Blue) = 172+94+239=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC5EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5EEF is #53A110. Grayscale: #858585. Windows color (decimal): -5480721 or 15687340. OLE color: 15687340.

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

Color convert

RGB 172 94 239 -
CMYK 0.28 0.61 0 0.06
HSL 272.28º 0.82% 0.65% -
HSV(B) 272.28º 0.61% 0.94% -
XYZ 36.6 23.01 84.17 -
YUV 133.85 187.34 155.21 -
System Red Green Blue C M Y K H S L
Decimal 172 94 239 0.28 0.61 0 0.06 272.28 0.82 0.65
Hex AC 5E EF 1C 3D 0 6 110 52 41
Octal 254 136 357 34 75 0 6 420 122 101
Binary 10101100 1011110 11101111 11100 111101 0 110 100010000 1010010 1000001

Color Harmonies of #AC5EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5EEF

Black with #AC5EEF

Text Example


Text Example

White with #AC5EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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