Html Css Color HEX #AC41EF Medium Orchid

📋 copy color: '#AC41EF'

red 172 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #AC41EF

Tints of Medium Orchid #AC41EF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.66%

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

R = 36.13%
G = 13.66%
B = 50.21%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC41EF (or 0xAC41EF) is known color: Medium Orchid. HEX triplet: AC, 41 and EF. RGB value is (172,65,239). Sum of RGB (Red+Green+Blue) = 172+65+239=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC41EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41EF is #53BE10. Grayscale: #747474. Windows color (decimal): -5488145 or 15679916. OLE color: 15679916.

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

Color convert

RGB 172 65 239 -
CMYK 0.28 0.73 0 0.06
HSL 276.9º 0.84% 0.6% -
HSV(B) 276.9º 0.73% 0.94% -
XYZ 34.48 18.78 83.47 -
YUV 116.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 172 65 239 0.28 0.73 0 0.06 276.9 0.84 0.6
Hex AC 41 EF 1C 49 0 6 115 54 3C
Octal 254 101 357 34 111 0 6 425 124 74
Binary 10101100 1000001 11101111 11100 1001001 0 110 100010101 1010100 111100

Color Harmonies of #AC41EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41EF

Black with #AC41EF

Text Example


Text Example

White with #AC41EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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