Html Css Color HEX #AC41F3 Medium Orchid

📋 copy color: '#AC41F3'

red 172 ◦ green 65 ◦ blue 243

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

Shades of Medium Orchid #AC41F3

Tints of Medium Orchid #AC41F3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.54%

 BLUE value IS 243 (95.31% from 255) = 50.63%

R = 35.83%
G = 13.54%
B = 50.63%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC41F3 (or 0xAC41F3) is known color: Medium Orchid. HEX triplet: AC, 41 and F3. RGB value is (172,65,243). Sum of RGB (Red+Green+Blue) = 172+65+243=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC41F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41F3 is #53BE0C. Grayscale: #747474. Windows color (decimal): -5488141 or 15942060. OLE color: 15942060.

HSL color Cylindrical-coordinate representation of color #AC41F3: hue angle of 276.07º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC41F3 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 65 243 -
CMYK 0.29 0.73 0 0.05
HSL 276.07º 0.88% 0.6% -
HSV(B) 276.07º 0.73% 0.95% -
XYZ 35.08 19.02 86.62 -
YUV 117.29 198.95 167.03 -
System Red Green Blue C M Y K H S L
Decimal 172 65 243 0.29 0.73 0 0.05 276.07 0.88 0.6
Hex AC 41 F3 1D 49 0 5 114 58 3C
Octal 254 101 363 35 111 0 5 424 130 74
Binary 10101100 1000001 11110011 11101 1001001 0 101 100010100 1011000 111100

Color Harmonies of #AC41F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41F3

Black with #AC41F3

Text Example


Text Example

White with #AC41F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41F3; }

 p { color: rgb(172,65,243); }

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

background-color css

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

 a { background-color: rgb(172,65,243); }

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

border-color css

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

 span { border-color: rgb(172,65,243); }

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