Html Css Color HEX #AC4AC1 Medium Orchid

📋 copy color: '#AC4AC1'

red 172 ◦ green 74 ◦ blue 193

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

Shades of Medium Orchid #AC4AC1

Tints of Medium Orchid #AC4AC1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.86%

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

R = 39.18%
G = 16.86%
B = 43.96%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC4AC1 (or 0xAC4AC1) is known color: Medium Orchid. HEX triplet: AC, 4A and C1. RGB value is (172,74,193). Sum of RGB (Red+Green+Blue) = 172+74+193=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC4AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4AC1 is #53B53E. Grayscale: #747474. Windows color (decimal): -5485887 or 12667564. OLE color: 12667564.

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

Color convert

RGB 172 74 193 -
CMYK 0.11 0.62 0 0.24
HSL 289.41º 0.49% 0.52% -
HSV(B) 289.41º 0.62% 0.76% -
XYZ 29.09 17.52 52.3 -
YUV 116.87 170.97 167.32 -
System Red Green Blue C M Y K H S L
Decimal 172 74 193 0.11 0.62 0 0.24 289.41 0.49 0.52
Hex AC 4A C1 B 3E 0 18 121 31 34
Octal 254 112 301 13 76 0 30 441 61 64
Binary 10101100 1001010 11000001 1011 111110 0 11000 100100001 110001 110100

Color Harmonies of #AC4AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4AC1

Black with #AC4AC1

Text Example


Text Example

White with #AC4AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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