Html Css Color HEX #AC3FEB Medium Orchid

📋 copy color: '#AC3FEB'

red 172 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #AC3FEB

Tints of Medium Orchid #AC3FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 36.6%
G = 13.4%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC3FEB (or 0xAC3FEB) is known color: Medium Orchid. HEX triplet: AC, 3F and EB. RGB value is (172,63,235). Sum of RGB (Red+Green+Blue) = 172+63+235=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC3FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3FEB is #53C014. Grayscale: #727272. Windows color (decimal): -5488661 or 15417260. OLE color: 15417260.

HSL color Cylindrical-coordinate representation of color #AC3FEB: hue angle of 278.02º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3FEB is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 63 235 -
CMYK 0.27 0.73 0 0.08
HSL 278.02º 0.81% 0.58% -
HSV(B) 278.02º 0.73% 0.92% -
XYZ 33.79 18.32 80.35 -
YUV 115.2 195.61 168.51 -
System Red Green Blue C M Y K H S L
Decimal 172 63 235 0.27 0.73 0 0.08 278.02 0.81 0.58
Hex AC 3F EB 1B 49 0 8 116 51 3A
Octal 254 77 353 33 111 0 10 426 121 72
Binary 10101100 111111 11101011 11011 1001001 0 1000 100010110 1010001 111010

Color Harmonies of #AC3FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FEB

Black with #AC3FEB

Text Example


Text Example

White with #AC3FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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