Html Css Color HEX #AC42EC Medium Orchid

📋 copy color: '#AC42EC'

red 172 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #AC42EC

Tints of Medium Orchid #AC42EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 36.29%
G = 13.92%
B = 49.79%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC42EC (or 0xAC42EC) is known color: Medium Orchid. HEX triplet: AC, 42 and EC. RGB value is (172,66,236). Sum of RGB (Red+Green+Blue) = 172+66+236=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC42EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC42EC is #53BD13. Grayscale: #747474. Windows color (decimal): -5487892 or 15483564. OLE color: 15483564.

HSL color Cylindrical-coordinate representation of color #AC42EC: hue angle of 277.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC42EC is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 66 236 -
CMYK 0.27 0.72 0 0.07
HSL 277.41º 0.82% 0.59% -
HSV(B) 277.41º 0.72% 0.93% -
XYZ 34.1 18.72 81.17 -
YUV 117.07 195.12 167.18 -
System Red Green Blue C M Y K H S L
Decimal 172 66 236 0.27 0.72 0 0.07 277.41 0.82 0.59
Hex AC 42 EC 1B 48 0 7 115 52 3B
Octal 254 102 354 33 110 0 7 425 122 73
Binary 10101100 1000010 11101100 11011 1001000 0 111 100010101 1010010 111011

Color Harmonies of #AC42EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC42EC

Black with #AC42EC

Text Example


Text Example

White with #AC42EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC42EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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