Html Css Color HEX #AC47EF Medium Orchid

📋 copy color: '#AC47EF'

red 172 ◦ green 71 ◦ blue 239

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

Shades of Medium Orchid #AC47EF

Tints of Medium Orchid #AC47EF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.73%

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

R = 35.68%
G = 14.73%
B = 49.59%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC47EF (or 0xAC47EF) is known color: Medium Orchid. HEX triplet: AC, 47 and EF. RGB value is (172,71,239). Sum of RGB (Red+Green+Blue) = 172+71+239=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC47EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC47EF is #53B810. Grayscale: #777777. Windows color (decimal): -5486609 or 15681452. OLE color: 15681452.

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

Color convert

RGB 172 71 239 -
CMYK 0.28 0.70 0 0.06
HSL 276.07º 0.84% 0.61% -
HSV(B) 276.07º 0.7% 0.94% -
XYZ 34.85 19.51 83.59 -
YUV 120.35 194.96 164.84 -
System Red Green Blue C M Y K H S L
Decimal 172 71 239 0.28 0.70 0 0.06 276.07 0.84 0.61
Hex AC 47 EF 1C 46 0 6 114 54 3D
Octal 254 107 357 34 106 0 6 424 124 75
Binary 10101100 1000111 11101111 11100 1000110 0 110 100010100 1010100 111101

Color Harmonies of #AC47EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47EF

Black with #AC47EF

Text Example


Text Example

White with #AC47EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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