Html Css Color HEX #AC42EF Medium Orchid

📋 copy color: '#AC42EF'

red 172 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #AC42EF

Tints of Medium Orchid #AC42EF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.84%

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

R = 36.06%
G = 13.84%
B = 50.1%

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

#AC42EF (or 0xAC42EF) is known color: Medium Orchid. HEX triplet: AC, 42 and EF. RGB value is (172,66,239). Sum of RGB (Red+Green+Blue) = 172+66+239=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC42EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC42EF is #53BD10. Grayscale: #747474. Windows color (decimal): -5487889 or 15680172. OLE color: 15680172.

HSL color Cylindrical-coordinate representation of color #AC42EF: hue angle of 276.76º 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 #AC42EF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 66 239 -
CMYK 0.28 0.72 0 0.06
HSL 276.76º 0.84% 0.6% -
HSV(B) 276.76º 0.72% 0.94% -
XYZ 34.54 18.9 83.49 -
YUV 117.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 172 66 239 0.28 0.72 0 0.06 276.76 0.84 0.6
Hex AC 42 EF 1C 48 0 6 115 54 3C
Octal 254 102 357 34 110 0 6 425 124 74
Binary 10101100 1000010 11101111 11100 1001000 0 110 100010101 1010100 111100

Color Harmonies of #AC42EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC42EF

Black with #AC42EF

Text Example


Text Example

White with #AC42EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC42EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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