Html Css Color HEX #AC3FEE Medium Orchid

📋 copy color: '#AC3FEE'

red 172 ◦ green 63 ◦ blue 238

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

Shades of Medium Orchid #AC3FEE

Tints of Medium Orchid #AC3FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.32%

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 36.36%
G = 13.32%
B = 50.32%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC3FEE (or 0xAC3FEE) is known color: Medium Orchid. HEX triplet: AC, 3F and EE. RGB value is (172,63,238). Sum of RGB (Red+Green+Blue) = 172+63+238=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC3FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3FEE is #53C011. Grayscale: #727272. Windows color (decimal): -5488658 or 15613868. OLE color: 15613868.

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

Color convert

RGB 172 63 238 -
CMYK 0.28 0.74 0 0.07
HSL 277.37º 0.84% 0.59% -
HSV(B) 277.37º 0.74% 0.93% -
XYZ 34.22 18.5 82.66 -
YUV 115.54 197.11 168.27 -
System Red Green Blue C M Y K H S L
Decimal 172 63 238 0.28 0.74 0 0.07 277.37 0.84 0.59
Hex AC 3F EE 1C 4A 0 7 115 54 3B
Octal 254 77 356 34 112 0 7 425 124 73
Binary 10101100 111111 11101110 11100 1001010 0 111 100010101 1010100 111011

Color Harmonies of #AC3FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FEE

Black with #AC3FEE

Text Example


Text Example

White with #AC3FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FEE; }

 p { color: rgb(172,63,238); }

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

background-color css

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

 a { background-color: rgb(172,63,238); }

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

border-color css

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

 span { border-color: rgb(172,63,238); }

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