Html Css Color HEX #AC4BC0 Medium Orchid

📋 copy color: '#AC4BC0'

red 172 ◦ green 75 ◦ blue 192

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

Shades of Medium Orchid #AC4BC0

Tints of Medium Orchid #AC4BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 39.18%
G = 17.08%
B = 43.74%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC4BC0 (or 0xAC4BC0) is known color: Medium Orchid. HEX triplet: AC, 4B and C0. RGB value is (172,75,192). Sum of RGB (Red+Green+Blue) = 172+75+192=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC4BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4BC0 is #53B43F. Grayscale: #747474. Windows color (decimal): -5485632 or 12602284. OLE color: 12602284.

HSL color Cylindrical-coordinate representation of color #AC4BC0: hue angle of 289.74º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4BC0 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 75 192 -
CMYK 0.10 0.61 0 0.25
HSL 289.74º 0.48% 0.52% -
HSV(B) 289.74º 0.61% 0.75% -
XYZ 29.04 17.61 51.74 -
YUV 117.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 172 75 192 0.10 0.61 0 0.25 289.74 0.48 0.52
Hex AC 4B C0 A 3D 0 19 122 30 34
Octal 254 113 300 12 75 0 31 442 60 64
Binary 10101100 1001011 11000000 1010 111101 0 11001 100100010 110000 110100

Color Harmonies of #AC4BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BC0

Black with #AC4BC0

Text Example


Text Example

White with #AC4BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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