Html Css Color HEX #AC4BC1 Medium Orchid

📋 copy color: '#AC4BC1'

red 172 ◦ green 75 ◦ blue 193

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

Shades of Medium Orchid #AC4BC1

Tints of Medium Orchid #AC4BC1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.05%

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 39.09%
G = 17.05%
B = 43.86%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC4BC1 (or 0xAC4BC1) is known color: Medium Orchid. HEX triplet: AC, 4B and C1. RGB value is (172,75,193). Sum of RGB (Red+Green+Blue) = 172+75+193=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC4BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4BC1 is #53B43E. Grayscale: #757575. Windows color (decimal): -5485631 or 12667820. OLE color: 12667820.

HSL color Cylindrical-coordinate representation of color #AC4BC1: hue angle of 289.32º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4BC1 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 75 193 -
CMYK 0.11 0.61 0 0.24
HSL 289.32º 0.49% 0.53% -
HSV(B) 289.32º 0.61% 0.76% -
XYZ 29.15 17.65 52.32 -
YUV 117.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 172 75 193 0.11 0.61 0 0.24 289.32 0.49 0.53
Hex AC 4B C1 B 3D 0 18 121 31 35
Octal 254 113 301 13 75 0 30 441 61 65
Binary 10101100 1001011 11000001 1011 111101 0 11000 100100001 110001 110101

Color Harmonies of #AC4BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BC1

Black with #AC4BC1

Text Example


Text Example

White with #AC4BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BC1; }

 p { color: rgb(172,75,193); }

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

background-color css

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

 a { background-color: rgb(172,75,193); }

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

border-color css

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

 span { border-color: rgb(172,75,193); }

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