Html Css Color HEX #AC43EF Medium Orchid

📋 copy color: '#AC43EF'

red 172 ◦ green 67 ◦ blue 239

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

Shades of Medium Orchid #AC43EF

Tints of Medium Orchid #AC43EF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.02%

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

R = 35.98%
G = 14.02%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC43EF (or 0xAC43EF) is known color: Medium Orchid. HEX triplet: AC, 43 and EF. RGB value is (172,67,239). Sum of RGB (Red+Green+Blue) = 172+67+239=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC43EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC43EF is #53BC10. Grayscale: #757575. Windows color (decimal): -5487633 or 15680428. OLE color: 15680428.

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

Color convert

RGB 172 67 239 -
CMYK 0.28 0.72 0 0.06
HSL 276.63º 0.84% 0.6% -
HSV(B) 276.63º 0.72% 0.94% -
XYZ 34.6 19.02 83.51 -
YUV 118 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 172 67 239 0.28 0.72 0 0.06 276.63 0.84 0.6
Hex AC 43 EF 1C 48 0 6 115 54 3C
Octal 254 103 357 34 110 0 6 425 124 74
Binary 10101100 1000011 11101111 11100 1001000 0 110 100010101 1010100 111100

Color Harmonies of #AC43EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC43EF

Black with #AC43EF

Text Example


Text Example

White with #AC43EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC43EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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