Html Css Color HEX #AC3EEF Medium Orchid

📋 copy color: '#AC3EEF'

red 172 ◦ green 62 ◦ blue 239

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

Shades of Medium Orchid #AC3EEF

Tints of Medium Orchid #AC3EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.11%

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

R = 36.36%
G = 13.11%
B = 50.53%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC3EEF (or 0xAC3EEF) is known color: Medium Orchid. HEX triplet: AC, 3E and EF. RGB value is (172,62,239). Sum of RGB (Red+Green+Blue) = 172+62+239=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC3EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3EEF is #53C110. Grayscale: #727272. Windows color (decimal): -5488913 or 15679148. OLE color: 15679148.

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

Color convert

RGB 172 62 239 -
CMYK 0.28 0.74 0 0.06
HSL 277.29º 0.85% 0.59% -
HSV(B) 277.29º 0.74% 0.94% -
XYZ 34.32 18.45 83.41 -
YUV 115.07 197.94 168.61 -
System Red Green Blue C M Y K H S L
Decimal 172 62 239 0.28 0.74 0 0.06 277.29 0.85 0.59
Hex AC 3E EF 1C 4A 0 6 115 55 3B
Octal 254 76 357 34 112 0 6 425 125 73
Binary 10101100 111110 11101111 11100 1001010 0 110 100010101 1010101 111011

Color Harmonies of #AC3EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3EEF

Black with #AC3EEF

Text Example


Text Example

White with #AC3EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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