Html Css Color HEX #AC46CB Medium Orchid

📋 copy color: '#AC46CB'

red 172 ◦ green 70 ◦ blue 203

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

Shades of Medium Orchid #AC46CB

Tints of Medium Orchid #AC46CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 38.65%
G = 15.73%
B = 45.62%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC46CB (or 0xAC46CB) is known color: Medium Orchid. HEX triplet: AC, 46 and CB. RGB value is (172,70,203). Sum of RGB (Red+Green+Blue) = 172+70+203=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC46CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46CB is #53B934. Grayscale: #737373. Windows color (decimal): -5486901 or 13321900. OLE color: 13321900.

HSL color Cylindrical-coordinate representation of color #AC46CB: hue angle of 286.02º degrees, saturation: 0.56, 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 #AC46CB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 70 203 -
CMYK 0.15 0.66 0 0.20
HSL 286.02º 0.56% 0.54% -
HSV(B) 286.02º 0.66% 0.8% -
XYZ 29.98 17.46 58.29 -
YUV 115.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 172 70 203 0.15 0.66 0 0.20 286.02 0.56 0.54
Hex AC 46 CB F 42 0 14 11E 38 36
Octal 254 106 313 17 102 0 24 436 70 66
Binary 10101100 1000110 11001011 1111 1000010 0 10100 100011110 111000 110110

Color Harmonies of #AC46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC46CB

Black with #AC46CB

Text Example


Text Example

White with #AC46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC46CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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