Html Css Color HEX #AC4BC2 Medium Orchid

📋 copy color: '#AC4BC2'

red 172 ◦ green 75 ◦ blue 194

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

Shades of Medium Orchid #AC4BC2

Tints of Medium Orchid #AC4BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.99%

R = 39%
G = 17.01%
B = 43.99%

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

#AC4BC2 (or 0xAC4BC2) is known color: Medium Orchid. HEX triplet: AC, 4B and C2. RGB value is (172,75,194). Sum of RGB (Red+Green+Blue) = 172+75+194=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC4BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4BC2 is #53B43D. Grayscale: #757575. Windows color (decimal): -5485630 or 12733356. OLE color: 12733356.

HSL color Cylindrical-coordinate representation of color #AC4BC2: hue angle of 288.91º 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 #AC4BC2 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 75 194 -
CMYK 0.11 0.61 0 0.24
HSL 288.91º 0.49% 0.53% -
HSV(B) 288.91º 0.61% 0.76% -
XYZ 29.27 17.7 52.91 -
YUV 117.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 172 75 194 0.11 0.61 0 0.24 288.91 0.49 0.53
Hex AC 4B C2 B 3D 0 18 121 31 35
Octal 254 113 302 13 75 0 30 441 61 65
Binary 10101100 1001011 11000010 1011 111101 0 11000 100100001 110001 110101

Color Harmonies of #AC4BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BC2

Black with #AC4BC2

Text Example


Text Example

White with #AC4BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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