Html Css Color HEX #AC46CC Medium Orchid

📋 copy color: '#AC46CC'

red 172 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #AC46CC

Tints of Medium Orchid #AC46CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.7%

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 38.57%
G = 15.7%
B = 45.74%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC46CC (or 0xAC46CC) is known color: Medium Orchid. HEX triplet: AC, 46 and CC. RGB value is (172,70,204). Sum of RGB (Red+Green+Blue) = 172+70+204=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC46CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46CC is #53B933. Grayscale: #737373. Windows color (decimal): -5486900 or 13387436. OLE color: 13387436.

HSL color Cylindrical-coordinate representation of color #AC46CC: hue angle of 285.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC46CC is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 70 204 -
CMYK 0.16 0.66 0 0.2
HSL 285.67º 0.57% 0.54% -
HSV(B) 285.67º 0.66% 0.8% -
XYZ 30.1 17.51 58.92 -
YUV 115.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 172 70 204 0.16 0.66 0 0.2 285.67 0.57 0.54
Hex AC 46 CC 10 42 0 14 11E 39 36
Octal 254 106 314 20 102 0 24 436 71 66
Binary 10101100 1000110 11001100 10000 1000010 0 10100 100011110 111001 110110

Color Harmonies of #AC46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC46CC

Black with #AC46CC

Text Example


Text Example

White with #AC46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC46CC; }

 p { color: rgb(172,70,204); }

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

background-color css

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

 a { background-color: rgb(172,70,204); }

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

border-color css

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

 span { border-color: rgb(172,70,204); }

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